You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ♻️ REFACTOR: Extract single notebook execution into separate function
14
+
15
+
Useful for upstream use.
16
+
3
17
## 0.3.0 - 2020-08-05
4
18
5
-
### Improved
19
+
### Improved 👌
6
20
7
21
- Moved execution functionality from [nbconvert](https://github.com/jupyter/nbconvert) to [nbclient](https://github.com/jupyter/nbclient)
8
22
- Fixed UTF8 encoding (for Windows OS), thanks to @phaustin
9
23
10
-
### Fixed
24
+
### Fixed 🐛
11
25
12
26
- Moved testing from Travis CI to GitHub Actions (and added tests for Windows OS)
0 commit comments