Skip to main content

Code Interactively with Jupyter Notebooks

In addition to Streamlit and Flask, you can also use Jupyter Notebooks with InterSystems IRIS.

Interactive Exploration with Jupyter Notebooks

Jupyter Notebooks are interactive coding environments often used for data science, machine learning, and teaching. They combine code, visualization, and markdown-based documentation in a single browser-based interface. With your notebooks, you can connect to InterSystems IRIS and analyze data using standard Python libraries such as pandas, matplotlib, and more. Using Jupyter Notebooks with InterSystems IRIS is no different than using any other database. Watch Using Embedded Python as a Jupyter Notebook ServerOpens in a new tab to see an example of this integration.

FeedbackOpens in a new tab