-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message when try to connect from another cliant #81
Comments
Thanks for opening an issue, indeed a message like the following could be added:
Note that if you want to use xeus-sqlite, the most common way of using it is to start it from the Jupyter Notebook or JupyterLab UI, selecting the SQlite kernel. |
Yes. I want to use form other client, so I did |
Thanks for the tip @asha-ndf I can add it later or if you want to contribute it, you're also very welcome :) |
It would be actually nicer if this code lived in xeus core, as it's duplicated for xeus-sqlite, xeus-python and xeus-cling right now. Maybe we could have a helper function or something that deals with all this. |
I wrote code, and sent a pull request. I don't have much knowledge about c++ . |
Thanks a lot for your contribution, I just have a small change request on it though :) |
When I try to use xsqlite, this error error occurred.
If you want to connect to this kernel from an other client, you can use the ~~~.json file
But, I couldn't understand what should I do.
This message is whitten in (main.cpp line 65-67).
It seems that (main.cpp line 82-96) is same means, and easy to understand.
I think that it is better to replace (main.cpp line 65-67) by (main.cpp line 82-96).
I'm just beginner. I'm sorry if I have misunderstood.
The text was updated successfully, but these errors were encountered: