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

**Describe the bug** I'm experiencing connection/kernel issues with my local copy of Jupyter. I'm not sure if this is the right place to report this, but I encounter the issue...

bug

**Describe the bug** matplotlib rcParams not taking effect until after the first plot. Apologies if this is not a jupyter notebook issue! **To Reproduce** I have the following Jupyter Notebook...

bug

System: Ubuntu 16.04 LTS 64-bit As the picture shows, after `import torch`, the kernel died and restarting. ![test](https://user-images.githubusercontent.com/25477396/29492863-75fa0118-85bc-11e7-8deb-988973668459.png) Python version ``` Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0...

**Describe the bug** The 6.x series are vulnerable to CVE-2019-10856. **To Reproduce** Steps to reproduce the behavior: 1. Set up a notebook server. 2. Construct a link to exploit CVE-2019-10856...

bug

Hi, when i tried to start jupyter notebook, an error occurred as below. AttributeError: module 'resource' has no attribute 'getpagesize'. I have reinstalled resource module but not work. I installed...

I have recently started receiving this popup error frequently when saving notebooks: Title: Notebook validation failed The save operation succeeded, but the notebook does not appear to be valid. The...

In my case, This problem was caused by your antivirus program because I suffered from the same issue, then I discovered that my antivirus software that I am using which...

I was having a common package import issue that was mostly resolved by several similar issues (https://github.com/jupyter/notebook/issues/2359, https://github.com/jupyter/notebook/issues/397, https://github.com/jupyter/notebook/issues/2898), but now I have a new issue that I don't think...

**Describe the bug** Notebooks can have embedded images. These images work just fine if they are referenced via markdown. However if they are referenced using html they display fine but...

Addreses #6326 by adding a left and right panel to Jupyter Notebook. Adapted from https://github.com/jupyterlab/retrolab/pull/275 which was to address https://github.com/jupyterlab/retrolab/issues/272.

enhancement