notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Jupyter Interactive Notebook

Results 400 notebook issues
Sort by recently updated
recently updated
newest added
trafficstars

I want to restrict users from starting too many notebooks. Is it possible? Thank you!

I was working on a notebook and created a text file called logging.py for import. When I tried launching that notebook later, the kernel wouldn't start and I see this...

Hi, Jupyter Notebook 7: I would like to propose to be able to fold any cell by the first line of text regardless its type. Reasoning of it is that...

enhancement
documentation

Please answer the following questions for yourself before submitting an issue - [x] I checked the documentation and found no answer - [x] I checked to make sure that this...

bug
regression

### Problem Hello, I used to run the following in notebook 6.5: ``` class NotebookRunner: """Helper class for rendering the notebook to HTML using Quarto. This only works in the...

enhancement

Removed out-of-date information. Pointed to that README rather than copying instructions here, since they may get a bit more complicated/nuanced (see https://github.com/jupyterlab-contrib/rise/pull/78).

In base conda environment, I run ``` jupyter notebook list ``` It show error ``` Traceback (most recent call last): File "/home/cpu11453/miniconda3/bin/jupyter-notebook", line 11, in sys.exit(main()) File "/home/cpu11453/miniconda3/lib/python3.7/site-packages/jupyter_core/application.py", line 270,...

Can we make it possible to allow for multiple content managers in notebook server? In a complex environment there may be a more than one type of notebook source so...

## Description Although the JSON spec does not allow comments, plenty of JSON files have comments in them anyway, e.g. ``` { "serverlist": ["us-east-1","us-west-1","sea-2"], //must be a string not an...

bug
regression

404 GET /static/components/react/react-dom.production.min.js (::1) 2.84ms Does anyone know how to solve this problem? It happened suddenly while I even didn't update or change anything on my jupyter. I read some...