Socket
Socket
Sign inDemoInstall

knic-jupyter

Package Overview
Dependencies
214
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    knic-jupyter

A JupyterLab extension.


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

knic-jupyter

Jupyter Lab for the KNIC Project at USC ISI (Information Sciences Institute)

Installation

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

Running the lab

To run jupyter lab you can use this predefined script:

./run-jupyter-lab.sh

Adding notebooks

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>

Development

KNIC Jupyter lab extension is built with knic-engine location set to https://knic.isi.edu/engine

If you are running knic-engine locally for development purposes, for example on http://localhost:5642/knic, you would need to change this SERVER_ENDPOINT variable.

For example:

const SERVER_ENDPOINT = `http://localhost:5642/knic/user/${USER}/event`;

After that you would need to rebuild knic-jupyter for the changes to take effect:

pip install -ve .
./run-jupyter-lab.sh

Keywords

FAQs

Last updated on 12 May 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc