Eric Charles
Eric Charles
@fcollonval I have pushed https://github.com/datalayer/jupyter-ui/commit/5db5420581aa646377de2c005374dec576865891 to use the index.js instead of the css when available. It is still functional and looks to me like it has less duplicates. Could you...
Yes, that is possible. You can pull the notebook content from any storage and give it as a `nbformat` prop to the `Notebook` component. I have added an example to...
The example also shows how to persist the user changes in a react local state that you can reuse to persist those changes on demand to your external storage.
> Specify the nbformat property, and after kernel creation, create a ping.ipynb file in the working directory of the JupyterLab service.How to set not to create the default ping.ipynb file?...
Hi, it is supported, but we need to document that.
jupyter-react is already a jupyter-server extension. So it supports the authentication used by juptyerhub. You need to `pip install -e .` this repo, the use `jupyter react` command (it is...
There is also https://github.com/ideonate/jhsingle-native-proxy to launch any process, but I think it does not support the latest jupyterhub version. This one https://github.com/nebari-dev/jhub-apps may offer similar features but updated to latest...
This can be useful https://jupyterhub.readthedocs.io/en/stable/howto/configuration/config-user-env.html#switching-back-to-the-classic-notebook You can use JUPYTERHUB_SINGLEUSER_APP and set your own python module to launch what you want.
I have pushed https://github.com/datalayer/jupyter-ui/commit/e6a4f4a35e322714ab2976b9680f66ee84c344a9 which restore the behavior when you launch with `jupyter react` - The defined application in webpack.config.js is accessible on http://localhost:8888/jupyter_react  I have...
> Error: Requirejs is needed, please ensure it is loaded on the page. You probably miss the `require.js` script in you html page. https://github.com/datalayer/jupyter-ui/blob/590d1cf1b455368c7cbb186d773ee8b1472c0bf5/packages/react/public/index.html#L13 But even with that, on my...