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

## Description No syntax highlighting in Chrome. ![nosyntaxV2](https://github.com/user-attachments/assets/2717c42f-63d6-4a0c-b564-973dd6a53d19) (the covered pip freeze outputs in the screenshot are included below in raw text form) ## Reproduce Create notebook. Write Python. ##...

bug

Tests fail to run: ``` cd /usr/ports/www/py-notebook/work-py311/notebook-7.2.2/tests && /usr/bin/env -i HOME=/usr/ports/www/py-notebook/work-py311 PWD="${PWD}" __MAKE_CONF=/nonexistent OSVERSION=1401500 PATH=/usr/local/libexec/ccache:/usr/ports/www/py-notebook/work-py311/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin TERM=xterm-256color XDG_DATA_HOME=/usr/ports/www/py-notebook/work-py311 XDG_CONFIG_HOME=/usr/ports/www/py-notebook/work-py311 XDG_CACHE_HOME=/usr/ports/www/py-notebook/work-py311/.cache HOME=/usr/ports/www/py-notebook/work-py311 PATH=/usr/local/libexec/ccache:/usr/ports/www/py-notebook/work-py311/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/usr/ports/www/py-notebook/work-py311/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2...

bug
status:Needs Info

## Description Way too much empty space at the bottom of notebooks in Jupyter Notebook 7. ## Reproduce 1: Create new notebook 2: Create empty cells to fill the screen...

bug

Forbidden 403 GET /api/sessions?1590785577432 (127.0.0.1) 4.99ms referer=None I can open the jupyter notebook with chorme successfully but cannot do anything with the errors above ![image](https://user-images.githubusercontent.com/56794076/83304831-20c3f880-a232-11ea-9ab3-9cbe9ee100c6.png)

Hi, I found in an private repository, the images in markdown of jupyter notebook cannot be shown. I checked the requests from browser when opened a jupyter notebook and found...

The use of backslashes in the ASCII-art "Update" banner results in an "invalid escape sequence" SyntaxWarning under Python 3.12. Fix by changing the banner string to a raw string (which...

bug

In addition to this test, maybe it could be interesting to add a UI test to mimic real user interactions: https://github.com/jupyter/notebook/tree/main/ui-tests But we can track that in a separate issue...

tag:Testing

Currently the Table of Contents sidebar seems to be collapsed by default and must be opened either from `View > Table of contents` or shift-command-k`. It would be useful the...

enhancement

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...

maintenance
dependencies
javascript

### Problem I would like it if a notification appeared and played a chime happened when my batch of cells finished executing because then I would know when my code...

enhancement
status:Needs Discussion