issues Search Results · repo:jupyter/nbformat language:Python
Filter by
150 results
(71 ms)150 results
injupyter/nbformat (press backspace or delete to remove)from IPython.display import FileLink import nbformat as nbf
Create a new Jupyter notebook
nb = nbf.v4.new_notebook()
Cells to include
cells = []
Cell 1: Install tronpy
cells.append(nbf.v4.new_code_cell( ...
yasi2332
- 4
- Opened on Jun 22
- #412
I encountered an issue while trying to open a Jupyter Notebook file in the terminal. When attempting to open an .ipynb
file, the following error message appears: File Load Error for file.ipynb: Unreadable ...
rezadrian01
- 2
- Opened on Jan 5
- #407
The changelog for 5.5.0 suggests that a better alternative to the normalize function is available, but does not state
what that is.
I got a MissingIDFieldWarning warning:
...\Lib\site-packages\nbformat\__init__.py:96: ...
rlanzafame
- 1
- Opened on Dec 24, 2024
- #406
When packaging new version of this package for openSUSE/Factory, test test_is_valid_should_not_mutate fails:
[ 19s] =================================== FAILURES ===================================
[ ...
mcepl
- 5
- Opened on Nov 20, 2024
- #405
HI Team,
I m unable to render any notebook on github since this morning. I m unsure if this is nbformat issue, or browser issue I
ve checked it with following browsers
- Chrome on Mac
- Safari on ...
Adi8885
- 2
- Opened on May 20, 2024
- #402
# nbformat.validator.py:360
# Generate cell ids if any are missing
if repair_duplicate_cell_ids:
cell[ id ] = generate_corpus_id()
changes += 1
Where
# nbformat.corpus.words
Generate a corpus ...
dsm-72
- Opened on Apr 21, 2024
- #400
https://github.com/jupyter/nbformat/pull/378 aimed to simplify NotebookNotary.data_dir. Previously the default
NotebookNotary.data_dir of JupyterApp would be used as a default, simplifying a bit:
def ...
krassowski
- 7
- Opened on Mar 13, 2024
- #396
Hi :) Not necessarily a bug , but more of a suggestion for the API - currently, nbformat.v4.upgrade outputs None if the
notebook is already in v4, which might be a reasonable thing to do (to indicate that ...
lachjames
- Opened on Feb 16, 2024
- #393

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.