How do I set a kernel on JupyterLite for tethys?
I need this because I am trying to convert AWS data into netcdf files. The notebook uses the python API in https://tethysts.readthedocs.io
How do I set a kernel on JupyterLite for tethys?
I need this because I am trying to convert AWS data into netcdf files. The notebook uses the python API in https://tethysts.readthedocs.io
I don’t think you can easily as of now using %pip install tethys
because the dependency Zstandard
isn’t available as a pure Python 3 wheel. However, if you search ‘Zstandard’ and ‘wasm’, you’ll see there’s efforts out there that should work with web assembly and so it is possible there’s a route for that one. However, a similar block may come up with another dependency. I didn’t explore beyond that point yet.
Are you limited to JupyterLite?