Important
Breaking changes
from jupyter_nbmodel_client import (
NbModelClient,
+ get_jupyter_notebook_websocket_url
)
- NbModelClient(server_url="http://localhost:8888", token="MY_TOKEN", path="test.ipynb"):
+ NbModelClient(
+ get_jupyter_notebook_websocket_url(
+ server_url="http://localhost:8888",
+ token="MY_TOKEN",
+ path="test.ipynb"
+ )
+ )
- Make the client more generic to connect to any Y websocket server #20 (@fcollonval)
- insert cell methods #21 (@eleonorecharles)
- Update jupyter-server-ydoc requirement from ~=1.0.0 to >=1.0,<1.2 in the pip group #19 (@dependabot)
(GitHub contributors page for this release)
@dependabot | @eleonorecharles | @fcollonval
- Use a lock to prevent document access or change between threads #16 (@fcollonval)
- Revert "Use multithreading flag" #15 (@fcollonval)
- Use multithreading flag #14 (@fcollonval)
(GitHub contributors page for this release)
- Add execution options #11 (@fcollonval)
- Add pypi badge #10 (@fcollonval)
(GitHub contributors page for this release)
- Polish API #9 (@fcollonval)
- Bump apache/skywalking-eyes from e19b828cea6a6027cceae78f05d81317347d21be to 3ea9df11bb3a5a85665377d1fd10c02edecf2c40 in the actions group #5 (@dependabot)
(GitHub contributors page for this release)
- Return outputs from
execute_cell
#8 (@fcollonval) - Make client inherit from model directly #7 (@fcollonval)
- Add releaser workflows #6 (@fcollonval)
- Return outputs from
execute_cell
#8 (@fcollonval)