-
### Bug description
````{python}
#| output: false
#| echo: false
ojs_define(value = 0)
````
You can see the div here in firefox
![Image](https://github.com/user-attachments/assets/0d0817cd-81d1-4a7…
-
In many organisations notebooks are not preferred for production and conventional IDEs and scripts dominate production. How can we accommodate framework agnostic development environments in this proj…
-
# Jupyter Notebook
Create New Blank Jupyter Notebook
-
Add jupyter-pip and then this can be boiler plate for IPython instead of Python :trollface:
-
It would be nice to mention somewhere that since Jupyter is a web server, it can be accessed directly through SSH as
```bash
ssh -N -L8888:localhost:8888 username@VDIname
```
And then going to htt…
-
Hey, so I was under the impression that I could use hydrogen launcher to start/read/execute jupyter notebooks, but it always just says "No running kernel for grammar JSON found" so I guess that is not…
-
## Description
We are getting the path from session, but the session may be disposed after restarting server.
## Reproduce
https://github.com/jupyterlab/jupyter-ai/blob/fcb2d7111f35e363f76afd…
-
## Bug Report
In Jupyter Lab PerspectiveWidget doesn't render correctly inside a VBox.
You can see that little sliver of the perspective viewer UI on the right hand side of the notebook. I c…
-
/kind bug
JWA [doesn't have](https://github.com/kubeflow/kubeflow/blob/master/components/crud-web-apps/jupyter/manifests/base/cluster-role.yaml) an RBAC rule for `namespaces` resources as other web…
-
Dear developers of deepmd-gnn:
I get some trouble when execute `export CMAKE_PREFIX_PATH=$(python -c "import torch;print(torch.utils.cmake_prefix_path)")
` and `pip install .` Below are callback er…