Clear filter
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.
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.
Announcement
Vadim Aniskin · Oct 2, 2023
Notebook by @Alex.MacLeod
Jupyter Server Proxy for VS Code
@John.Murray
Java Hibernate support for IRIS by @Dmitry.Maslennikov
IRIS Hibernate Dialect
@Yuri.Gomes
Example
Article
Lucas Enard · Nov 29, 2022
SQL TO JUPYTER
Now that we have done CSV to FHIR to SQL, we need to gather the information from this SQL server to our Jupyter NoteBook.