DEV Community

Cover image for Run JupyterLab on SAP BTP Cloud Foundry
Yogananda Muthaiah
Yogananda Muthaiah

Posted on

Run JupyterLab on SAP BTP Cloud Foundry

What is Jupyter Notebook?

Jupyter Notebook is an open-source web application used to create and share documents that have live code, equations, visualizations, and text. It’s maintained by the Project Jupyter community. In 2014, Project Jupyter and Jupyter Notebook became spin-off projects from IPython and the IPython Notebook.

In addition to the Jupyter Notebook, there’s also JupyterLab, which is a web-based IDE for Jupyter Notebooks. It allows you to set up your user interface to support various workflows in machine learning, data science, scientific computation, and more. With JupyterLab, you can run terminals, text editors, and code consoles in your web browser. You can also create your own plugins.

JupyterHub is another offering from Project Jupyter. JupyterHub is a multi-user version of Jupyter Notebook, designed for teams, classrooms, and labs. The hub allows you to deploy your notebooks to your organization, scale your deployment with Docker and Kubernetes, and provide uniform data management and access within your company.

Jupyter Notebook is a popular computational notebook, with over 2.5 million public notebooks available on GitHub. It’s used for a variety of things, such as:

Data analysis
Data cleaning
Data transformation
Data visualization
Machine learning
Numerical simulation
Statistical modeling
Enter fullscreen mode Exit fullscreen mode

Etc.
Let’s start deploying Jupyterlab to Cloud Foundry

Follow the link to know the complete steps...

https://blogs.sap.com/2021/07/28/run-jupyterlab-on-sap-btp-cloud-foundry/

Top comments (0)