nteract / hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
https://nteract.gitbooks.io/hydrogen/
MIT License
3.91k stars 335 forks source link

Make Hydrogen remember which kernel to use #2145

Open contang0 opened 2 years ago

contang0 commented 2 years ago

Hello,

Asking this here as I'm not able to join Slack.

I was wondering, is it possible to make Hydrogen remember which kernel should be used for each project? I have a few projects, each using different virtual environment and therefore a different kernelspec. Ideally I would like it to remember my last choice instead of asking me to select the kernel after each restart.

Thank you