Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.32 KB

Readme.md

File metadata and controls

51 lines (35 loc) · 1.32 KB

Exploratory notebooks and notes

To explore the notebooks in this folder you should do so using Jupyter nbviewer rather than github.

Setup

Linux

You may need to activate conda using the following command if you did not let your .bahrc be modified by the conda installation

source ~/anaconda3/bin/activate
# conda update -n base -c defaults conda
my_env_name=sv

One off to create the conda environment:

# if need a clean slate:
# conda env remove --name ${my_env_name}
conda env create -f environment.yml

Assuming nodejs already installed from debian repo

jupyter-labextension install @jupyter-widgets/jupyterlab-manager
jupyter-labextension install jupyter-leaflet
# python3 -m ipykernel install --user --name ${my_env_name} --display-name "Py3 (sv)"
python3 -m ipykernel install --name ${my_env_name} --display-name "Py3 (sv)"

Experimental

I may have a student soon exploring Voila

conda install -c conda-forge voila

start nbk

conda activate sv
cd $HOME/src/github/silverpieces/ # or...
jupyter-lab .

Idea: using gmaps in notebooks