Search

Clear filter
Article
Renan Lourenco · Nov 18, 2022

Jupyter and IRIS - The Simple Version

[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

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!
Announcement
John Murray · Jun 4, 2023

Announcing Jupyter Server Proxy for VS Code

You can read about it on Open Exchange, and install it via Marketplace or directly in VS Code by searching for 'iris jupyter'.
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
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
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
Patrick Jamieson · Apr 15

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.
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
Luis Angel Pérez Ramos · Feb 29, 2024

Testing Columnar Storage

/data:/app/data command: "start-notebook.sh --NotebookApp.token='' --NotebookApp.password=''" We deploy the IRIS and Jupyter containers in our docker, initially configuring IRIS
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
Guillaume Rongier · Jul 30

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