This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| software:juypter [2026-03-30 13:15] – Expand Jupyter Notebook landing page mbotto | software:juypter [2026-03-30 14:18] (current) – Delete old Jupyter Notebook page with misspelled path name. Replaced with software:jupyter:jupyter. mbotto |
|---|
| ====== Jupyter Notebook ====== | |
| |
| [[https://jupyter-notebook.readthedocs.io/en/latest/|Jupyter Notebook]] is an editor for [[https://docs.jupyter.org/en/latest/#what-is-a-notebook|notebooks]], which provide an interactive environment in which to develop code (typically in Python) and visualize results. Jupyter Notebook is part of [[https://docs.jupyter.org/en/latest/|Project Jupyter]], which also maintains the related [[https://jupyterlab.readthedocs.io/en/latest/|JupyterLab]] editor. | |
| |
| On UD's clusters, Jupyter Notebook is available through Python virtual environments using [[software:miniforge:miniforge|Conda]]. Refer to the pages linked below for instructions on how to set up a virtual environment with Jupyter Notebook and run it on one of the clusters. | |
| |
| ===== Details by cluster ===== | |
| * [[software:juypter:caviness | Caviness]] | |
| * [[software:juypter:darwin | DARWIN]] | |
| |
| <note warning> | |
| While [[software:anaconda:anaconda|Anaconda]] and [[software:miniconda:miniconda|Miniconda]] are also available on UD's clusters, Miniforge is now the recommended way to use conda for creating new virtual evironments. | |
| </note> | |
| |
| For older usage with Anaconda, see [[:technical:recipes:jupyter-notebook|Jupyter Notebook Python Virtual Environment]]. | |