Change language of Notebook

I have conada + sysml 2 setup working in local jupyter.
https://mbse4u.com/2020/12/21/sysml-v2-release-whats-inside/
My setup for dataspell seems to work, but newly created notebooks are for python (and dropdown near url lists only python).
I can "Open notebook in browser" then change url to 'localhost.../lab' and there in launcher I can click "sysml 2" to create sysml 2 notebook. It now is listed in dataspell and works perfectly ( dropdown near url lists only sysml2).

How can I chose or change language in notebook so don't need to go to browser?

0
1 comment

To change the language/kernel for a notebook without going to the browser, you can follow these steps:

Select a kernel when creating a new notebook:

  • When you click "New" to create a new notebook in JupyterLab, you should see a list of available kernels. Look for the SysML 2 kernel in the list and select it before creating the notebook.

Change the kernel for an existing notebook:

  • If you already have a Python notebook, you can change its kernel to SysML 2. In the JupyterLab interface, go to the "Kernel" menu, then select "Change Kernel," and choose the SysML 2 kernel from the list.

Remember that kernels’ availability depends on your installations in your Jupyter environment. If the SysML 2 kernel is not showing up when you create a new notebook, it might be worth checking your kernel installations.

0

Please sign in to leave a comment.