jtpio / voici-demo

Voici deployment template

Home Page:https://voila-dashboards.github.io/voici-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voici demo

lite-badge

Voici deployed as a static site to GitHub Pages, for demo purposes.

It uses jupyterlite-xeus-python as a default kernel with a pre-built Emscripten environment.

✨ Try it in your browser ✨

https://voila-dashboards.github.io/voici-demo

💡 How to make your own deployment

Screencast.from.2023-03-06.11-06-04.webm

Then your site will be published under https://{USERNAME}.github.io/{DEMO_REPO_NAME}

📦 How to install extra packages

You can pre-install extra packages for xeus-python by adding them to the environment.yml file.

Only no-arch packages from conda-forge and packages from emscripten-forge can be installed.

For example, if you want to create a Voici deployment with NumPy and Matplotlib pre-installed, you would need to edit the environment.yml file as following:

name: voici
channels:
  - https://repo.mamba.pm/emscripten-forge
  - https://repo.mamba.pm/conda-forge
dependencies:
  - numpy
  - matplotlib

About

Voici deployment template

https://voila-dashboards.github.io/voici-demo


Languages

Language:Jupyter Notebook 100.0%