Jupyter: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Jupyter Notebook is a web-based environment for interactive computing. With a valid HPC account, you can log in to our Jupyter web server using your userID and credentials at: | Jupyter Notebook is a web-based environment for interactive computing. With a valid HPC (Anunna) account, you can log in to our Jupyter web server using your userID and credentials at: | ||
https://notebook.anunna.wur.nl | https://notebook.anunna.wur.nl | ||
Don't have an HPC account yet? Apply now from | Don't have an HPC (Anunna) account yet? Apply now from [https://support.wur.nl/esc?id=sc_cat_item&table=sc_cat_item&sys_id=e52c5a188776a150b0bd33fd3fbb3536 Request a user account for the HPC (Anunna)] | ||
JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. While we have upgraded the Jupyter webserver to JupyterLab, we have retained the classic Jupyter Notebook interface for users who prefer the traditional layout. | JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. While we have upgraded the Jupyter webserver to JupyterLab, we have retained the classic Jupyter Notebook interface for users who prefer the traditional layout. | ||
If you would like to switch to the JupyterLab interface, you have two options: | If you would like to switch to the JupyterLab interface, you have two options: | ||
Alternatively, from the menu, go to "View" and select "Open JupyterLab". | 1) Manually change the URL by replacing the last part, 'tree', with 'lab'. | ||
For example, change <nowiki>https://notebook.anunna.wur.nl/user/<userID>/tree</nowiki> | |||
to <nowiki>https://notebook.anunna.wur.nl/user/<userID>/lab</nowiki> | |||
Alternatively, | |||
2)from the menu, go to "View" and select "Open JupyterLab". |
Latest revision as of 15:15, 20 September 2024
Jupyter Notebook is a web-based environment for interactive computing. With a valid HPC (Anunna) account, you can log in to our Jupyter web server using your userID and credentials at: https://notebook.anunna.wur.nl
Don't have an HPC (Anunna) account yet? Apply now from Request a user account for the HPC (Anunna)
JupyterLab is the latest web-based interactive development environment for notebooks, code, and data. While we have upgraded the Jupyter webserver to JupyterLab, we have retained the classic Jupyter Notebook interface for users who prefer the traditional layout.
If you would like to switch to the JupyterLab interface, you have two options:
1) Manually change the URL by replacing the last part, 'tree', with 'lab'. For example, change https://notebook.anunna.wur.nl/user/<userID>/tree to https://notebook.anunna.wur.nl/user/<userID>/lab
Alternatively,
2)from the menu, go to "View" and select "Open JupyterLab".