Search

Clear filter
Discussion
Raj Singh · Apr 10, 2025

Are you using Jupyter Notebooks with IRIS?

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

Embedded Python and IRIS on Jupyter Notebook in a virtual environment

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

The way to launch Jupyter Notebook + Apache Spark + InterSystems IRIS

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

ObjectScript kernel for Jupyter notebooks?

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

Python Gateway VI: Jupyter Notebook

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

How I added ObjectScript to Jupyter Notebooks

[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

Getting started with the Jupyter Server Proxy extension for VS Code

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

Introduction to Python First Approach in IRIS

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

Python ODBC connection into IRIS database - 2nd quick note

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

A notebook-inspired approach for IRIS Analytics

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

Python Gateway 0.8 release

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

FHIR environment setup guide

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

Python JDBC connection into IRIS database - a quick note

Keywords: Python, JDBC, SQL, IRIS, Jupyter Notebook, Pandas, Numpy, and Machine Learning 1.
Announcement
Vadim Aniskin · Oct 2, 2023

InterSystems Ideas News #8

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

Incredible CSV TO FHIR TO SQL TO JUPYTER - FHIR contest V2

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.