How to use SQL in jupyter notebooks
In dataspell, you can connect to an SQL database with the IDE. This allows you to perform SQL queries. You can get python libraries for connecting to SQL databases. Is there a way to access dataspell database connections from within a jupyter notebook? I don't want my DB credentials in my notebook, I want the notebook to just ask the IDE to send the query for security reasons. Is there any way to do this?
Please sign in to leave a comment.
I'd also be curious to learn about this.
However, sadly it seems that the forum is quite dead and nobody from JetBrains is answering questions.