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

Hello, `Ctrl+Shift+C` is not working anymore to me to copy selected cells to another notebook. In fact it is assigned to open the Command Palette bar ![image](https://github.com/jupyter/notebook/assets/1232839/cf89c4bd-5bac-4fdf-8119-11941f027a8c) I have not...

bug
help wanted
tag:Feature Parity

I have installed pytorch in virtual environment. When I am trying to execute import torch from Jupyter notebook I am getting error as below. ``` ModuleNotFoundError Traceback (most recent call...

## Description I can't rename the txt file to "readme.txt" in the "train_dataset" directory, but if I change the directory name to something else, e.g. "TrainDataset", or whatever, the rename...

bug

## Description ## Reproduce 1. "Ctrl+C" on a file using the file manager GUI in Linux (Tried Ubuntu, POP OS and Mint). 2. "Ctrl+V" on a jupyter notebook cell is...

regression

Jupyter has a blinking cursor. Ideally, this should be based on my OS preferences. At least on my Fedora system, Firefox seems learn this from Gnome. Does the browser expose...

I followed [this](https://jupyter-notebook.readthedocs.io/en/latest/public_server.html) Instead of getting something similar to the following as shown in the tutorial ```python In [1]: from notebook.auth import passwd In [2]: passwd() Enter password: Verify password:...

I'm running my jupyter notebook on a remote server and then porting it to my laptop. It asks me for credentials which it always shows as Invalid. I have already...

## Description In a python field, one may load python files with `%load file.py`. This works fine, but what is done is, the line `%load file.py` is commented out and...

enhancement
status:Needs Discussion

## Description Version 7.0 doesn't allow user to collapse an output cell completely with a double click. This worked in 6.5.4. It is no longer possible in 7.0 (with either...

bug
help wanted

When trying to quit the notebook by pressing on the button on frontend, server does not shutdown entirely. `jupyter notebook list` does not list any running server, `jupyter notebook stop`...