
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
google-cloud-jupyter-config
Advanced tools
This package provides Python classes that can be used in the Jupyter config file
(e.g. ~/.jupyter/jupyter_lab_config.py
) in order to fill in some configuration
using the Google Cloud SDK's gcloud
tool.
This package provides utility methods to look up any configuration options stored in the active gcloud config, in particular the project and region.
Additionally, this provides a utility method to update a given
Config
object to connect to a kernel gateway URL managed by Google.
Install both Jupyter and gcloud.
For the kernel gateway feature, you will need an installation of Jupyter that uses the
jupyter_server
project and the version of jupyter_server
you have installed needs to be
at least version 2.4.0
.
You will also need to log in to gcloud:
gcloud auth login
... and configure your project and region:
gcloud config set core/project ${PROJECT}
gcloud config set compute/region ${REGION}
Clone this repository, and from this directory run the following:
pip install .
If you do not already have a Jupyter config file (e.g. ~/.jupyter/jupyter_lab_config.py
),
the first generate one with the following command:
jupyter lab --generate-config
The open your config file and add the following two lines to the end:
import google.cloud.jupyter_config
google.cloud.jupyter_config.configure_gateway_client(c)
FAQs
Jupyter configuration utilities using gcloud
We found that google-cloud-jupyter-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.