-
## Description
I followed the jupterlab extension tutorial https://jupyterlab.readthedocs.io/en/stable/extension/extension_tutorial.html
I was able to create an extension, build it and see it …
-
I'm trying to install this package but the points don't get added after the click using the latest jupyter lab and other dependencies.
Could you give me the package versions you used?
- ipympl …
-
Hi I have been using nbsphinx for a couple of years for [my library ](https://lime-stable.readthedocs.io/en/latest/tutorials/n_tutorial1_single_line_fit.html) to compile the tutorials from notebooks.
…
-
### Problem
Collaboration features are provided by the extension https://github.com/jupyterlab/jupyter-collaboration
But some key components (ydoc, pycrdt and pycrdt websocket) are not in Jupyt…
-
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usag…
-
## Description
I'm installing jupyter-ai package to integrate it with self-hosted ollama model, inside the kubeflow jupyter notebook. I've tried several images from kubeflownotebookswg and none o…
-
When using markdown cells containing JupyterLab commands, after being rendered by Voila, the required JavaScript libraries appear no longer available and result in errors like:
Command 'notebook:cl…
-
## Description
When I add a button to the notebook toolbar using an extension, the command label is ignored. I need to add a label in the settings for it to be visible.
See also the end of m…
-
Hello.
```
%pip install jupysql-plugin==0.4.4 ipywidgets --upgrade
%load_ext sql
```
...
Requirement already satisfied: jupysql-plugin==0.4.4 in /opt/conda/lib/python3.11/site-packages (0.4.4)…
-
The `GraphicWalker` is quite powerful. Please add a CLI command for quickly exploring a `.csv` or `.parquet` file.
```bash
gw show my_data.parquet
```
Should then start a server on a port. The…