Show More
@@ -2501,8 +2501,7 b' class InteractiveShell(SingletonConfigurable):' | |||
|
2501 | 2501 | """generator for sequence of code blocks to run""" |
|
2502 | 2502 | if fname.endswith('.ipynb'): |
|
2503 | 2503 | from nbformat import read |
|
2504 |
|
|
|
2505 | nb = read(f, as_version=4) | |
|
2504 | nb = read(fname, as_version=4) | |
|
2506 | 2505 |
|
|
2507 | 2506 |
|
|
2508 | 2507 |
|
General Comments 0
You need to be logged in to leave comments.
Login now