Sjoerd de Vries
Sjoerd de Vries
Update: - Since the split, file zones no longer exist. Nevertheless, `__format__[pin]["filesystem"]` could help - *Outputs* on disk that don't fit in memory are a different issue, this has never...
Also see #235 .
Not to be added to mainline Seamless. Assistants can store this information, if they wish.
JupyterLab is not affected (tested on `seamless/tests/lowlevel/mount.ipynb`)
In the documentation, need to cover: - Webunits - ctx.path.x (Seamless Python) vs /ctx/path/x (HTTP) vs ctx.path__x (Javascript client). This is all for cells shared with .share() (no arguments), which...
May or may not be related to the fact that Seamless does not work with Python 3.10 either (async/await issue)
In addition, while `ctx?` works correctly in ipython, `help(ctx)` does not (pydoc issue) in Python 3.8. Fixed in Python 3.9.
In fact, basic Seamless runs fine under 3.11 (includes Jupyter and IPython 8.10), **except the shareserver**. Need to test database/jobless as well.
In fact, even the shareserver works, made a seamless-devel-python311 env on my laptop. Only bug: webserver-demo get_clustering runs into the #128 bug. Could change inside a Docker image or different...
Jobless and database work, although they give a deprecation warning. To fix, and fix Jobless docs.