Skip to content
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

Support for changing default kernel #14

Open
jdundondev opened this issue May 30, 2020 · 0 comments
Open

Support for changing default kernel #14

jdundondev opened this issue May 30, 2020 · 0 comments

Comments

@jdundondev
Copy link

jdundondev commented May 30, 2020

It would be very useful to be able to change the default kernel. For example, by supporting
>>kernelname
to change to the specified kernel until otherwise specified.

cell 1 switches to sql kernel

>>sql
select * from t1

cell 2 continues with sql kernel

select * from t2

cell 3 python

>python
print("Hello Jupyter");

cell 4 back to sql

select * from t3

cell 5 back to python until changed

>>python
print("Hello Europa");

cell 6 continues with python

print("Hello Io");

@jdundondev jdundondev changed the title Support to changing default kernel Support for changing default kernel May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant