sos-notebook
sos-notebook copied to clipboard
Multi-language Jupyter Notebook
Hello, I'm trying to use SOS-notebook to use multiple kernels at once, there an issue with a particular kernal (ParaView-5.8.1 see image) this kernel is customed therefore not supported, it...
Large number of tasks add a bunch of task status outputs to the notebook, which can cause Jupyter to become really slow. This problem has been discussed in a number...
**Problem** Restarting a Jupyter Notebook with SoS kernel crashes each time with the following error logs: > Traceback (most recent call last): File "/opt/conda/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code,...
It is very difficult to guess a working port, but it is possible to start a remote sos process, and return a port that is used by another sos session,...
Which should be faster.
vatlab/sos#1420 The problem is that `%task` is supposed to handle only tasks, and we may need an additional magic (or not) to handle `sos status`, `sos kill` of workflows etc.
Right now `-r` is used solely for workflow so the following does not work, but it does not yield any error message or result. ``` %run -r host !ls ```
#258 proposed the use of separate Python environments (e.g. conda environments) but in theory we could allow the start of kernels in a docker image, which would provide better insulation...
I just read a [Medium article](https://towardsdatascience.com/jupyterlab-2-0-edd4155ab897) about [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) extension for Jupyterlab which greatly improves some basic IDE features in jupyterlab environment. I instantly was very curious and eager to check...
I’ve noticed that when I send a lot of tasks (about 130) at the same time to HPC, the GUI for whether a task has finished completing doesn’t update (fig...