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

Better kernel handling #66

Open
sschuhmann opened this issue Oct 28, 2019 · 1 comment
Open

Better kernel handling #66

sschuhmann opened this issue Oct 28, 2019 · 1 comment
Milestone

Comments

@sschuhmann
Copy link
Collaborator

The current handling of a kernel takes too many steps, which could be reduced. The procedure is

  1. Start a kernel (local/remote)
  2. Name kernel
  3. Connect View
  4. Execute command

If I start the process with executing a cell or a line the procedure could be reduced with the following

  1. Automatically start kernel (local)
  2. Name the connection with the view file path
  3. Automatically connect to the view
  4. Execute command

So on this way the process could be automized by executing a cell.

@pykong
Copy link
Collaborator

pykong commented Feb 9, 2020

Possibly related: #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants