notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Jupyter Interactive Notebook

Results 304 notebook issues
Sort by recently updated
recently updated
newest added

Is anyone else experiencing issues with markdown cells where you paste a block of text and it does not show up correctly in the output? It tends to happen more...

bug
tag:Windows

It does not work is `c.ServerApp.local_hostnames = ['localhost', 'jupyter']` in config. In brower console one can find this. ``` 6774.bundle.js:1 Failed to load resource: the server responded with a status...

bug

I am getting an error when launching jupyter. I uninstalled everything including python (with brew) and still not solving the issue. The folder `/opt/homebrew/Cellar/[email protected]/3.11.4_1/Frameworks/Python.framework/Versions/3.11/share/` doesn't contain the `jupyter` folder. ```...

bug
help wanted

## Description I used to use Jupyter regularly, and relied on common keyboard shortcuts, such as `0 0`, `A`, `B`, and of course `Enter` and `Esc` to jump between command...

bug

Opening an issue to check the keyboard shortcut parity with the classic notebook. This was originally posted by @lemontheme in https://github.com/jupyter/notebook/discussions/6591. Posting the original message below: --- Originally posted by...

enhancement

The latest JupyterLab 4.1 pre-release includes a new functionality for loading custom CSS: https://github.com/jupyterlab/jupyterlab/pull/14743 The same feature was added in Notebook 7 for parity with the classic notebook: - https://github.com/jupyter/notebook/pull/6841...

enhancement

Investigate some ideas discussed in https://github.com/jupyter/notebook/issues/7175

maintenance

## Description Getting a pesky warning in the "tree" view, if path to the directory includes "notebooks"(with that exact spelling). ## Reproduce 1. Create a path that includes "notebooks", and...

bug

Testing on the latest `main`, which includes the recent changes that landed in JupyterLab w.r.t windowing mode, it looks like the CSS is off: ![image](https://github.com/jupyter/notebook/assets/591645/97ecf393-55e4-491d-bccc-d411a091bd69) This is likely related to...

bug

## Description Jupyter notebook does not move the target cell when inserting a new cell above (pressing A). [notebook ui problem.webm](https://github.com/jupyter/notebook/assets/15125658/5b316a11-145c-4d50-b95b-08920acbd7be) ## Reproduce 1. Type a few lines of code,...

bug