Using Jupyter notebook with xeus-sqlite kernel in Visual Studio Code #11236
Unanswered
bucweat
asked this question in
Questions and Answers
Replies: 1 comment
-
I've created an issue #11240 so we can discuss this bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to xeus-sqlite in a Jupyter notebook in Visual Studio Code so that I can execute sqlite SQL queries directly. So far I've not been able to see/select the xsqlite kernel in Visual Studio Code. I've searched google and here and, while there are lots of items here regarding loading of kernels, I've not found anything that helps (yet).
Running Macbook Pro with latest MacOS. Conda is latest and greatest and just did the xeus-sqlite install today. I've installed using conda to a virtual environment with name 'sqlite' per the xeus-sqlite instructions at https://xeus-sqlite.readthedocs.io/en/latest/installation.html.
I create a new notebook, and xsqlite kernel is available and can be selected and xeus-sqlite magic and SQL commands (e.g. %LOAD magic) work as expected...
I verified that xsqlite shows up with
jupyter kernelspec list
:Here is what my kernel list looks like in Visual Studio Code:
As you can see, the conda sqlite virtual env shows up, but only the python kernel is present and not the xsqlite kernel. I do see that the path to the kernel in Visual Studio Code is different from that reported by
jupyter kernelspec list
so maybe that is the issue...just not sure how to correctly configure that if so...This is a pretty niche requirement and so not much found with google-fu. I'm hoping someone here has been down this path already...
Beta Was this translation helpful? Give feedback.
All reactions