Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active January 9, 2020 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtpio/56dcf19d07d304cfcd534f7e00e3d865 to your computer and use it in GitHub Desktop.
Save jtpio/56dcf19d07d304cfcd534f7e00e3d865 to your computer and use it in GitHub Desktop.
Voilà Starter Pack

Voilà Starter Pack

Binder

Local Install

git clone https://gist.github.com/jtpio/56dcf19d07d304cfcd534f7e00e3d865 voila-starter-pack
cd voila-starter-pack/

conda env create
conda activate voila-starter-pack
chmod +x ./postBuild
./postBuild

# create new notebooks in JupyterLab
jupyter lab

# turn them into web apps with Voilà
voila my_notebook.ipynb
name: voila-starter-pack
channels:
- conda-forge
dependencies:
- bqplot=0.12
- gpxpy=1.3.5
- ipycanvas
- ipyleaflet=0.11
- ipympl
- ipyvuetify=1.1
- jupyterlab=1
- matplotlib
- notebook>=6
- numpy
- pandas
- python=3.7
- pip
- plotly=4.4
- ptvsd
- seaborn
- voila=0.1.20
- voila-gridstack
- voila-material=0.2
- voila-reveal=0.0.2
- voila-vuetify=0.2.2
- xeus-cling
- xeus-python=0.6
- xtensor=0.21
- pip:
- srtm.py==0.3.4
- jupyterlab-heroku
jupyter labextension install @jupyter-widgets/jupyterlab-manager \
@jupyter-voila/jupyterlab-preview \
@jupyterlab/celltags \
@jupyterlab/toc \
jupyter-leaflet \
jupyterlab-heroku \
ipycanvas \
bqplot \
--no-build
jupyter lab build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment