Show More
@@ -2535,8 +2535,7 class InteractiveShell(SingletonConfigurable): | |||
|
2535 | 2535 | """generator for sequence of code blocks to run""" |
|
2536 | 2536 | if fname.endswith('.ipynb'): |
|
2537 | 2537 | from nbformat import read |
|
2538 |
|
|
|
2539 | nb = read(f, as_version=4) | |
|
2538 | nb = read(fname, as_version=4) | |
|
2540 | 2539 |
|
|
2541 | 2540 |
|
|
2542 | 2541 |
|
General Comments 0
You need to be logged in to leave comments.
Login now