Piotr Łuczak
Piotr Łuczak
**What docker image you are using?** `jupyter/datascience-notebook` **What complete docker command do you run to launch the container (omitting sensitive values)?** `docker run --userns=host --gpus all --rm -it -p 42424:8888...
It would be very useful to be able to nest Jupyter code calls based on indentation. This would make it possible to run for example just a part of a...
Currently, in order to mount SMB share in the devcontainer, it must be first mounted on the host machine. This limits the portability of the configuration, as whenever we move...