notebooks-ai / notebooks-help

Issues with Notebooks.ai? Create an issue here!
https://notebooks.ai
MIT License
14 stars 5 forks source link

Would like to use Voila #40

Open JavaFXpert opened 4 years ago

JavaFXpert commented 4 years ago

Is Voila supported? I tried to install it from the terminal, but it seems that the version of JupyterLab installed in Notebooks.ai doesn't support it. Here is the terminal session:

jupyter labextension install @jupyter-voila/jupyterlab-preview
Node v12.6.0

> /root/.nvm/versions/node/v12.6.0/bin/npm pack @jupyter-voila/jupyterlab-preview
npm notice
npm notice 📦  @jupyter-voila/jupyterlab-preview@0.1.3
npm notice === Tarball Contents ===
npm notice 144B  style/index.css
npm notice 157B  style/variables.css
npm notice 4.5kB lib/index.js
npm notice 2.4kB lib/preview.js
npm notice 2.0kB package.json
npm notice 462B  schema/plugin.json
npm notice 203B  README.md
npm notice 2.5kB style/voila-dark.svg
npm notice 2.4kB style/voila-light.svg
npm notice 2.4kB style/voila.svg
npm notice 385B  lib/index.d.ts
npm notice 771B  lib/preview.d.ts
npm notice === Tarball Details ===
npm notice name:          @jupyter-voila/jupyterlab-preview
npm notice version:       0.1.3
npm notice filename:      jupyter-voila-jupyterlab-preview-0.1.3.tgz
npm notice package size:  4.9 kB
npm notice unpacked size: 18.3 kB
npm notice shasum:        88121a4ba37736c56ff5bc06ce9244f2140f423b
npm notice integrity:     sha512-UbXi+NkoyzYFj[...]zpcO6vIxsxSlQ==
npm notice total files:   12
npm notice
jupyter-voila-jupyterlab-preview-0.1.3.tgz

   ╭────────────────────────────────────────────────────────────────╮
   │                                                                │
   │       New minor version of npm available! 6.9.0 → 6.13.4       │
   │   Changelog: https://github.com/npm/cli/releases/tag/v6.13.4   │
   │               Run npm install -g npm to update!                │
   │                                                                │
   ╰────────────────────────────────────────────────────────────────╯

Errored, use --debug for full output:
ValueError: No version of @jupyter-voila/jupyterlab-preview could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.19.1 <0.20.0        >=1.0.0 <2.0.0   @jupyterlab/application
>=0.19.1 <0.20.0        >=1.0.0 <2.0.0   @jupyterlab/apputils
>=0.19.1 <0.20.0        >=1.0.0 <2.0.0   @jupyterlab/fileeditor
>=0.19.2 <0.20.0        >=1.0.0 <2.0.0   @jupyterlab/notebook
root@8993b248eebc:/app

Thanks, James Weaver

santiagobasulto commented 4 years ago

Hello James! We've just completed a release adding support for Python 3.8, Jupyter 1.0, Pandas 1.0, etc. So now we're focusing in adding more extra libraries, we'll take a look into this one.

Thanks for suggesting it!

antrobot1234 commented 4 years ago

also looking into this. what's the progress of this currently?