Clear filter
Article
Renan Lourenco · Nov 18, 2022
[login](https://github.com/OneLastTry/iris-jupyter/raw/main/misc/work.png)
More articles:
[Jupyter+IRIS Articles](https://community.intersystems.com/smartsearch?
Discussion
Raj Singh · Apr 10, 2025
Are you using Jupyter Notebooks with IRIS? Are you using the vscode-iris-jupyter-server VS Code extension for your notebooking?
Article
Piyush Adhikari · Dec 11, 2022
I am documenting a demo of InterSystems IRIS featuring Embedded Python and Jupyter Notebook deployed on the same container, and an Embedded Python application developed on that Jupyter
Article
Niyaz Khafizov · Aug 3, 2018
Links
Jupyter
Apache Toree
Apache Spark
Load a ML model into InterSystems IRIS
K-Means clustering of the Iris Dataset
The way to launch Apache Spark + Apache Zeppelin + InterSystems
Question
John McBride · Nov 30, 2023
Hi, you can also try iris-magic :
https://github.com/grongierisc/ipython-iris-magic
also available on pypi : https://pypi.org/project/ipython-iris-magic/
Yes, here. Nice!
Article
Eduard Lebedyuk · Jan 16, 2020
This extension allows you to browse and edit InterSystems IRIS BPL processes as jupyter notebooks.
Note that currently default Python 3 executor is used.
Announcement
John Murray · Jun 4, 2023
You can read about it on Open Exchange, and install it via Marketplace or directly in VS Code by searching for 'iris jupyter'.
Article
Nikita Mullin · Jun 1, 2020
[alt text](https://i.imgur.com/DPQFFnd.gif "Sneak Peek")
## Jupyter Kernels 101
There are several ways to create a [Jupyter Kernel](https://jupyter-client.readthedocs.io/en/stable
Article
John Murray · Sep 21, 2023
Earlier this year I announced availability of a VS Code extension for coding in ObjectScript, Embedded Python or SQL using the notebook paradigm popularized by Jupyter.
Article
Guillaume Rongier · Jul 30, 2025
the necessary modules
import iris
# Do the magic
iris.system.Version.GetVersion()
```
You can run this notebook using Jupyter Notebook:
```bash
jupyter notebook src/python
Article
Zhong Li · Jun 12, 2020
Keywords: PyODBC, unixODBC, IRIS, IntegratedML, Jupyter Notebook, Python 3
Purpose
A few months ago I touched on a brief note on "Python JDBC connection into IRIS", and since
Article
José Pereira · Dec 25, 2020
This project is my attemp to implement a simple notebook system, combining IRIS Analytics capabilities, with a custom notebook system - largelly inspired by Jupyter notebooks.
Announcement
Eduard Lebedyuk · Sep 12, 2019
The Jupyter support is very exciting, adding a neat and highly appropriate mechanism for exposing IRIS-side concepts to a typical Python environment (Jupyter).
Article
Patrick Jamieson · Apr 15, 2025
Install Jupyter using pip:
pip install jupyter
jupyter --version
Run Jupyter Notebook:
jupyter notebook
This will open Jupyter in your web browser.
8.
Article
Zhong Li · Jan 27, 2020
Keywords: Python, JDBC, SQL, IRIS, Jupyter Notebook, Pandas, Numpy, and Machine Learning
1.