notebook
notebook copied to clipboard
Jupyter Interactive Notebook
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  I have not...
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...
## 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...
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...
## 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...
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`...