Skip to content

davidas85/jupyter-slides

Repository files navigation

Run using Binder:

Binder

In order to run the notebooks locally:

  1. Install miniconda

  2. Run the following commands from the root of the repo:

    conda env create
    source activate jupyter_slides
    jupyter notebook
    

    If you want to run JupyterLab (way cooler, next-gen environment), replace the third line above with:

    jupyter labextension install @jupyterlab/plotly-extension
    jupyter lab
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published