Commit 51531dd
committed
Update version of nbformat used
In more recent versions of Python like 3.10, the `base64` package
changed APIs, and this in turn caused nbformat 4.4.0 to fail to work.
Updating to the latest version (5.1.3) solved that problem.
A minor tweak was also needed in scripts/format_ipynb.py to account
for a different error class being returned when "!pip ..." commands
are encountered in the notebook file.1 parent 8487280 commit 51531dd
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments