Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
knic-jupyter
Advanced tools
Jupyter Lab for the KNIC Project at USC ISI (Information Sciences Institute)
Follow the steps below to install knic-jupyter
:
git clone git@github.com:usc-isi-i2/knic-jupyter.git
cd knic-jupyter
conda create --name knic-jupyter python=3.8 -y
conda activate knic-jupyter
pip install knic-jupyter
To run jupyter lab you can use this predefined script:
./run-jupyter-lab.sh
You might want to copy the notebooks that you want to work on, for example:
git clone git@github.com:usc-isi-i2/knic-notebooks.git notebooks
From there, if any additional dependencies are required you can install those using conda install <package-name>
or pip install <package-name>
KNIC Jupyter lab extension is pre-built with knic-engine
location set to https://knic.isi.edu/engine
If you are running knic-engine
locally for development purposes, i.e. on http://localhost:5642/knic
, you could add a --develop
flag to the run-jupyter-lab.sh
command.
This will change the endpoint of knic-engine
from our production setting, to your local setting.
For example:
./run-jupyter-lab.sh --develop
NOTE: It might take a little longer to spin up jupyter lab if the knic-engine
endpoint changed as we would need to rebuild our extension.
FAQs
A JupyterLab extension.
We found that knic-jupyter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.