ObjectScript kernel for Jupyter notebooks?
Anybody know if there is a ObjectScript kernel for Jupyter? Would be kinda interesting to testing scripts, etc. And since we kinda have the language runtime in the VSCode ObjectScript extension I wonder if that could be utilized fora jupyter kernel?
As far as I know there is no any ObjectScript kernel for Jupyter.... Jupyter has its own architecture for kernels, so it would be quite difficult to use VSCode extension. But, the point is quite interesting.
https://openexchange.intersystems.com/package/Jupyter-Server-Proxy-for-V... approaches this from another angle.
See also https://community.intersystems.com/post/announcing-jupyter-server-proxy-... for the original announcement of this.
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/
Nice!
Yes, here.