You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebooks can not be modified locally using Docker.
When running a notebook with Docker as: sudo docker run -it -v $HOME/docker-data/:/data -p 8888:8888 -e NOTEBOOK_UID=rMZqMp6An maayanlab/biojupies-notebooks
An error rises: ERROR:root:File '../library/v1.1.4/init.ipy.py' not found.
Replacing v1.1.4 with v1.0.5 the error disappears, but so do some new options, e.g. in the GO analysis plugin.
Deleting local Docker images and running again: docker pull maayanlab/biojupies-notebooks
does not solve the problem.
Davide
The text was updated successfully, but these errors were encountered:
Notebooks can not be modified locally using Docker.
When running a notebook with Docker as:
sudo docker run -it -v $HOME/docker-data/:/data -p 8888:8888 -e NOTEBOOK_UID=rMZqMp6An maayanlab/biojupies-notebooks
An error rises:
ERROR:root:File '../library/v1.1.4/init.ipy.py' not found.
Replacing v1.1.4 with v1.0.5 the error disappears, but so do some new options, e.g. in the GO analysis plugin.
Deleting local Docker images and running again:
docker pull maayanlab/biojupies-notebooks
does not solve the problem.
Davide
The text was updated successfully, but these errors were encountered: