Helium
Helium copied to clipboard
Better kernel handling
The current handling of a kernel takes too many steps, which could be reduced. The procedure is
- Start a kernel (local/remote)
- Name kernel
- Connect View
- Execute command
If I start the process with executing a cell or a line the procedure could be reduced with the following
- Automatically start kernel (local)
- Name the connection with the view file path
- Automatically connect to the view
- Execute command
So on this way the process could be automized by executing a cell.
Possibly related: #67