Skip to content

Files

This branch is 4 commits behind jmp75/silverpieces:master.

notebooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 10, 2020
Mar 10, 2020
Mar 10, 2020
Mar 10, 2020
Mar 1, 2020
Jul 15, 2019
Mar 10, 2020
Jul 15, 2019

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