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

Keeping a list of potentially relevant upstream PRs in JupyterLab: - https://github.com/jupyterlab/jupyterlab/pull/16519

maintenance

## Description Cannot run any code through the web interface or third party interfaces like PyCharm - errors with `OSError: [WinError 10038] An operation was attempted on something that is...

bug

## Description Find & replace function also replaces text in read-only cells ## Reproduce 1. Create a Python notebook 2. Create two cells with the content `a` 3. Click on...

bug

This is the proposed low level design of the three requested bidi features ( #2156 , #2154 and #1852 ). - Creation of **bidi / js** folders under notebook/static to...

When I run this example, ``` python from IPython.core.display import display, HTML display(HTML(".container { width:100% !important; }")) %pylab %matplotlib inline #mpl.rcParams['ytick.labelsize']='large' matplotlib.rcParams.update({'font.size': 15}) StandFreq = 6666; DevFreq = 9600 scatter([0],[0],marker='|')...

question

Hello, I would like to propose that new JN 7.0 notebook keeps info about the last state of user's layout - e.g. let's say that notebook's View setup is left...

enhancement
help wanted

## Description Notebook becoming idle when running the AllModels.initpackage command for XSPEC of heasoft. ## Reproduce The kernel is stuck 1. Install heasoft - binary is available in archlinux 2....

bug

When I attempt to view notebook at localhost:8888 in chrome, the connection times out, and jupyter notebook generates the following message: `[I 09:08:25.604 NotebookApp] Malformed HTTP message from ::1: Malformed...

## Description Usually "Run this cell and advance" button is executing a cell and then, when finished, sets focus on the next cell. With this, continuously clicking "Run this cell...

bug
status:Needs Discussion

I installed Jupyter in a virtual environment on the server using: ```bash pip install jupyterlab ``` And configured it as follows: ``` c.LabApp.ip = '' c.LabApp.password = u'sha1:*******' # not...

enhancement
documentation