0.1.14 • Published 3 months ago

knic-jupyter v0.1.14

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 months ago

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 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.

0.1.14

3 months ago

0.1.13

6 months ago

0.1.11

6 months ago

0.1.12

6 months ago

0.1.10

10 months ago

0.1.8

11 months ago

0.1.9

11 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago