Datalayer in VS Code
Datalayer can be used from VS Code.
A VS Code extension is in development to provide a seamless experience with Datalayer.
To get started, you first need a Runtime. The Runtime can be managed using the CLI or through the SaaS interface. This includes actions such as launching or terminating a Runtime.
Once the Runtime is launched, you can connect to it from VS Code. Go to the action menu of the Runtime and select the Copy link for IDE
action.
Once you have in your clipboard the link to use in VS Code, go to your VS Code Jupyter Notebook, click on the Select Kernel
button.
Choose Existing Jupyter Server
, next paste the link you have previously copied, click Enter
and choose the Python3 kernel.
That's it, your VS Code Notebook is connected to your Runtime 👍.
You can connect to a Runtime from other IDEs like PyCharm as explained on the official PyCharm documentation.