How to connect to External Jupyter Server in the Python Script node

Hello.

I was wondering if I could connect to external Jupyter Server in Python Script node by using “knime.scripting.jupyter” or something.

When I connected to my local path or knime://, it worked well.
But I need to connect to external jupyter notebook server.

I’d appreciate it if someone could show me a reference.

Best Regards,
hhkim

Hello @hhkim,

Currently, we only support local notebooks.
To work with notebooks on an external Jupyter server, you could try downloading the .ipynb file from the server,saving it locally , and then opening and running it from there.

Best,
Keerthan

1 Like