Jupyter

From HPCWIKI
Revision as of 13:07, 28 November 2023 by Admin (talk | contribs) (Created page with "== Project Jupyter == [https://jupyter.org/ Project Jupyter] is a non-profit, open-source project, born out of the IPython Project in 2014 as it evolved to support interactive data science and scientific computing across all programming languages. Jupyter will always be 100% open-source software, free for all to use and released under the liberal terms of the modified BSD license. Jupyter would be one of the great platform in education for [https://jupyter4edu.github.io...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Project Jupyter

Project Jupyter is a non-profit, open-source project, born out of the IPython Project in 2014 as it evolved to support interactive data science and scientific computing across all programming languages. Jupyter will always be 100% open-source software, free for all to use and released under the liberal terms of the modified BSD license.

Jupyter would be one of the great platform in education for teaching and Learning with Jupyter, interactive data science[1] and reproducible computing documents for sharing.


Project Jupyter compose three major releases,

  • Jupyter Notebook plugins may not work with JupyterLab (which is currently beta now).
  • JupyterLab is a new version (for the lack of better words) of Jupyter Notebook. It is notebook, text editor and python console together with a file explorer.
  • JupyterHub is encapsulated environments for multiple users for servers for an entire office or classroom.


HM DLS framework ship with pre-installed jupyterHub for multi users with optimized Deep learning framework for medical research and development with optional customize conda environment for Spark, Physics dynamic, Bioinformatics, and so on. with optional plutin of UCM, customers are able to up and run on-premise scalable computing cluster farm for various research like Databrics

Jupyter kernel

According to Architecture Guides — Jupyter Documentation, Jupyter provides language-agnostic interfactive computing environment such as Python, R, Julia and so on through the well designed kernel API.

References