voici icon indicating copy to clipboard operation
voici copied to clipboard

Voici turns any Jupyter Notebook into a static web application

Results 10 voici issues
Sort by recently updated
recently updated
newest added

## References This is an experiment on adding support for the remote kernels to voici dashboards. ## How to test - Start a jupyter server session with: ```bash jupyter server...

enhancement

I am unable to get the demo to build following the instructions in the README of this repo. I am getting the following error: ``` InvalidArchiveError('Error with archive C:\\Users\\Username\\miniconda3\\pkgs\\pillow-10.2.0-hf51ec75_0.tar.bz2. You...

bug

### Problem Currently JupyterLite supports custom drives, such as: - https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access - https://github.com/jupyterlab/jupyterlab-github/ Could Voici also support custom drives? ### Proposed Solution It would be nice if Voici could also...

enhancement

### Problem I have now spent some time developing a voici dashboard and my process looks like: 1) build the notebook for jupyterlite 2) open jupyterlite in a new private...

enhancement
feature

## References I've encountered this in https://github.com/martinRenou/voici-jupytercon-2023 where our content is a directory with just one Notebook with a data file. Then the redirect URL would not automatically be the...

There are a couple of things that don't work properly in the styling of the reveal template. For example, the main container has some padding that [should have been removed...

bug

## References Fixes https://github.com/voila-dashboards/voici/issues/43 ## Code changes Try disabling `skipLibCheck` ## User-facing changes None ## Backwards-incompatible changes None

maintenance

Currently `skipLibCheck` is set to `true` here: https://github.com/voila-dashboards/voici/blob/c252f2811cc2e8f152aa0a9e90b66232c47a2ac5/tsconfigbase.json#L17 We should try to remove it from the config to it defaults back to `false`.

### Problem When the output is only one Notebook we should not generate the tree, and serve that Notebook by default.

enhancement

### Problem In #12: > The current approach this PR takes is to create a separate build directory in the JupyterLite output for Voici itself. This setup results in having...

enhancement