notebook
notebook copied to clipboard
Jupyter Interactive Notebook
## Description No syntax highlighting in Chrome.  (the covered pip freeze outputs in the screenshot are included below in raw text form) ## Reproduce Create notebook. Write Python. ##...
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...
## 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...
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 
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...
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...
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...
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)...
### 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...