/voila-server

Primary LanguageJupyter Notebook

Sample Voila Notebooks

Installation

  1. To install the necessary dependencies, run:
???
  1. Open a terminal, cd into the voila-server directory, and run the following. This will open a tab in your browser showing the directory structure of voila-server. Click one of the notebooks (.ipynb files) to run it.
voila
  1. To work on these notebooks, open a second terminal, cd into the voila-server directory, and run the following. This will open a new tab that acts like an IDE for python code and jupyter books. You can open one of the existing books or create a new one from here.
jupyter lab

Open Issues