notebook
notebook copied to clipboard
Jupyter Interactive Notebook
## Description When I update `notebook` to version 7.1 or higher, my poetry (ver 1.3.2) does not recognize the dependencies on jupyterlab and jupyter-server, and deletes them: ``` > poetry...
## Description I'm having problems with Jupyter Lab to visualize some plots, such as 3D graphs and Profile Reports, normally functions that end up using javascript are buggy. I've already...
### Problem When I have a notebook open and select "Close and Shut Down Notebook" from the "File" menu of the _notebook_ interface, _notebook_ (as of v. 7.3.0a0) closes the...
I've just started the Udemy "Learning Python for Data Analysis and Visualisation" course and did not appreciate it would be using Python 2.7. I have python 3.7 installed and used...
I was switching backends when using Jupyter notebook to save or display figures. I first used matplotlib.use('inline') to display the figures, then I used matplotlib.use('agg') to save figures. It was...
Currently, two headlines with the same text (say "Plots") get the same ID for the appended anchor. This is problematic, if you use repetitive headlines (think "Analysis 1" -> "Plots",...
In investigating #6654, we discovered that the docs for Jupyter Notebook don't mention the checkpoints directory, `.ipynb_checkpoints`. We occasionally get bugs about this, such as about people unclear whether it...
## Description The Documentation for Jupyter Notebook at https://jupyter-notebook.readthedocs.io/en/stable/ and https://docs.jupyter.org/en/latest/use/upgrade-notebook.html Initially loads in white mode, when system is in dark mode, creating a flash. After this the website seems...
**Describe the bug** Hello! I’ve recently begun to experience near constant zmq/tornado errors when running Jupyter notebook from my conda environment (Jupyter, conda env, and traceback details below). When the...
I am running jupyter on a digital ocean ubuntu 18.04 VM. I'm using an Apache reverse proxy to map port 8888 to `jupyter.myserver.com`. I know my Apache proxy is working...