bugGNU Octave - Bugs: bug #63657, Cell format in Jupyter notebooks

 
 

bug #63657: Cell format in Jupyter notebooks

Submitter:  Guillaume <gyom>
Submitted:  Fri 13 Jan 2023 05:34:09 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Guillaume Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

  Spam posted by anonymous
Fri 13 Jan 2023 05:34:09 PM UTC, original submission:  

According to the definition of code cells in Jupyter Notebooks:
https://nbformat.readthedocs.io/en/latest/format_description.html#cell-types
their 'source' value can be "single string or [list, of, strings]". It seems that jupyter_notebook only expects the latter. I fixed it by adding the following in the constructor:


if (! iscell (nbcell.source))
  obj.notebook.cells{i}.source = {obj.notebook.cells{i}.source};
endif


Guillaume <gyom>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gyom (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code