Re: [sage-support] import

2021-09-26 Thread slelievre
A web search for [ import ipynb ] https://duckduckgo.com/?q=import+ipynb also reveals tools such as ipynb and import-ipynb, which can be pip-installed. --Samuel -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group

Re: [sage-support] import

2021-09-26 Thread Dima Pasechnik
They have a tool, nbmerge, to merge notebooks. https://github.com/jupyter/nbconvert/issues/253 Beyond this, no, you really would need to have code either in *.sage file, and load() it in a Sage notebook, or have a *.py file, and import it in the usual Python way. HTH Dima On Sun, Sep 26, 2021 at

[sage-support] import

2021-09-26 Thread Henri Girard
Hi, Iq there a way to import function from a sage notebook to another notebook ? I have long graphic one about 30 lines and I would like to show the graphic in another notebook, like with an attach method "show(g)" with importĀ  and be able to add functions ? Any help welcome best Henri --