Written by

Senior Product Engineer at George James Software
Announcement John Murray · Jun 4, 2023

Announcing Jupyter Server Proxy for VS Code

For several years now Visual Studio Code has supported the notebook coding paradigm with a maturing UX and an API that is enabling a notebook extensions ecosystem to grow. One of the best-known notebook platforms is Jupyter Notebooks. A Microsoft team publishes an extension that allows VS Code to handle .ipynb notebook files. These can either work against a local Python environment or connect to a Jupyter Server, which typically hosts remote Python environments with beefier resources.

What if your InterSystems IRIS environments, whether local on your workstation or remote in your organization / cloud, could operate as Jupyter Servers? And not only for Embedded Python but also for ObjectScript and SQL

"If we build it, will they come?"

That's what this proof-of-concept extension is exploring.

You can read about it on Open Exchange, and install it via Marketplaceor directly in VS Code by searching for 'iris jupyter'.

And for the next few days, if you're at Global Summit you're welcome to call by at the George James Software table and chat to me in person about it.

Comments

John Murray  Jun 24, 2023 to Evgeny Shvarov

I just published 0.0.5 which supports that platform. Thanks for your interest in the extension. I look forward to your feedback.

0
Evgeny Shvarov  Jun 25, 2023 to John Murray

Installed. But failing to form a connection string. Cannot it just use what I have for VSCode connected automatically?

It wants me to create a server in server manager which I never used before (no need).

0