Changes for page Introduction
Last modified by hbpadmin on 2020/03/10 13:40
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. villemai1 +XWiki.hbpadmin - Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 Jupyter notebooks are files in a format that allows you to store a narrative (text), code, and the output together. The Jupyter Notebook Server is a program which allows you to load the notebook file (with a .ipynb extension) on a web page in your browser and run the code. Jupyter Hub is a platform which allows you to do this remotely. 4 4 5 -As part of the Collaboratory, we are running Jupyter Hub. You can access it at [[https:~~/~~/lab. humanbrainproject.eu/>>https://lab.humanbrainproject.eu/]]. Once you log in, you are connected to a Jupyter Notebook Server running on the HBP resources. Everything you run in the notebook is executed on a server which we manage. It is integrated with the Collaboratory Drive so that you can access files and save them there.5 +As part of the Collaboratory, we are running Jupyter Hub. You can access it at [[https:~~/~~/lab.ebrains.eu/>>https://lab.ebrains.eu/]]. Once you log in, you are connected to a Jupyter Notebook Server running on the HBP resources. Everything you run in the notebook is executed on a server which we manage. It is integrated with the Collaboratory Drive so that you can access files and save them there. 6 6 7 7 === Data, python environment and notebook persistence === 8 8 ... ... @@ -10,7 +10,7 @@ 10 10 11 11 When you run a Jupyter Notebook in the Lab, a private environment is created for you. When you run code, it will be executed in this environment. Other users cannot see what you are doing, or access the files there. When you do not interact with the notebook for 12 hours, your environment is stopped and destroyed. In order to persist documents across sessions, such as notebooks, configuration or data, you can use the Drive. You will find the drive folder in the home directory of your notebook server. Inside the drive directory, you will find four subdirectories: 12 12 13 -**My Libraries**: these are libraries (folders) which you can manage. You can create or delete them, and share them with other users in the [[Drive>>https://drive. humanbrainproject.eu/]].13 +**My Libraries**: these are libraries (folders) which you can manage. You can create or delete them, and share them with other users in the [[Drive>>https://drive.ebrains.eu/]]. 14 14 15 15 **Shared with me**: these are libraries that have been shared directly with you by another user. 16 16 ... ... @@ -18,7 +18,7 @@ 18 18 19 19 **Shared with all**: these are the libraries that belong to public Collabs, or that have been made public by the owner in the Drive interface. 20 20 21 -Files you save in the Drive are persisted and can be accessed from the [[Drive>>https://drive. humanbrainproject.eu]].21 +Files you save in the Drive are persisted and can be accessed from the [[Drive>>https://drive.ebrains.eu]]. 22 22 23 23 ==== Conda, Pip and virtual environments (Python) ==== 24 24