issues Search Results · repo:ipython/ipynb language:"Jupyter Notebook"
Filter by
35 results
(60 ms)35 results
inipython/ipynb (press backspace or delete to remove)wyyyyds66
- Opened on Jan 10
- #62
Create a notebook with a number as the first character example 1-initial-process.ipynb
Create a second notebook and import the first notebook.
import ipynb.fs.full.1-initial-process as initial_proc
...
Aelindgard
- Opened on Jun 21, 2024
- #59
Following https://stackoverflow.com/questions/44116194/import-a-function-from-another-ipynb-file
Python/Sagemath9.4/Jupyter error?
Using jupyter with kernel selections:sagemath9.4, python3
I found that ...
ray-rogers
- Opened on Dec 26, 2021
- #55
Hi, newbie here - I have tried to use ipynb in google colab with no success... Here is my code:
!pip install ipynb --upgrade
from ipynb.fs.defs.testingnb import *
and in the same folder I have a testingnb.ipynb ...
luigi-bar
- 1
- Opened on Dec 21, 2021
- #54
Let us suppose my main notebook (main.ipynb) is next to a folder otherpath containing another notebook to be imported
(to_be_imported.ipynb).
If I do import ipynb.fs.defs.otherpath.to_be_imported
I get ...
andrea-vandin
- 2
- Opened on Mar 6, 2021
- #53
Hi and thanks for this great package. I getting an error while opening a symbolic link notebook to the working
directory. Do you have any recommendations how to over come that?
Thanks, HM
hmassalha
- Opened on Mar 2, 2021
- #52
Assuming there is a function files I want to import: project/helper_fun.ipynb My current working ipynb file is:
project/branch/work.py when I write from ipynb.fs.defs.helper_fun import fun1 in mywork.p, ...
inspirepassion
- 2
- Opened on Aug 19, 2020
- #50
I have strived to import an external ipynb, but I got the following error:
ImportError: Could not import /content/.ipynb for ipynb.fs.full.: incorrect version or language
I was wondering if I could know ...
JoyeBright
- 8
- Opened on May 21, 2020
- #49
For some imported notebook, say demo1 import ipynb.fs.defs.demo1 is OK, but import ipynb.fs.defs.demo1 as d1 FAIL
and for other imported notebook, say demo2 import ipynb.fs.defs.demo2 as d2 is OK, but ...
drhades
- Opened on May 4, 2020
- #48

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!
Press the /
key to activate the search input again and adjust your query.
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!
Press the /
key to activate the search input again and adjust your query.