jupyter-ui
jupyter-ui copied to clipboard
⚛️ React.js components 💯% compatible with 🪐 Jupyter. https://jupyter-ui-storybook.datalayer.tech
To all users, please change your configs used in HTML in code Replace `oss.datalayer.tech/api/jupyter` with `oss.datalayer.run/api/jupyter-server`.
Env - Next JS attaching the package.json **client.js:2 Error: widget model not found Failed to fetch ipywidgets through the "jupyter.widget.control" comm channel, fallback to fetching individual model state. Reason: Control...
### Problem User notes are opened in nbformat mode, and Jupyter session is established when the user runs the notes, so that you can not start Jupyter server when the...
The following snippet is the one I've been using with previous versions. I'm not really sure what's the reason it's not working anymore. ``` onClick={e => { e.preventDefault(); dispatch( notebookActions.save.started({uid:...
Description : Getting error on saving a file. Steps to reproduce : - Open an ipynb file. - Making changes and save it (No error till now) (CHANGE ID :...
## Description When rendering markdown, some (most... maybe all to some extent) cells calculate their height to be significantly larger than what's expected. The values are coming from a hook...
It would be great to have a React.js application that combines multiple components to create a very custom interface for data anaysis, included support of custom IPyWidgets and display of...
## Description Right click on the JupyterLabApp component makes the layout to shift up and open bottom panel ## Reproduce [81b0c760-405b-4727-bfac-98461d2d2d83.webm](https://github.com/datalayer/jupyter-ui/assets/1140720/d6505f89-31fb-4c6a-b4df-dd23d3a9edbe) ## Expected behavior ## Context - latest master -...
## Description Wanted to integrate this our React app which is using Vite + SWC. but ran into issue. So i tried to run vite example found here `https://github.com/datalayer-examples/jupyter-react-vite-example` ran...