Steffen Schuhmann
Steffen Schuhmann
I experience the same problem, but installing the package through package control. As @klonuo mentioned, the paraminko package seems only be available for OSX right now. This could be caused...
There were some changes in the sublime-paraminko package, mentioning also some dependencies for windows plattforms. This could mean it's now also available on windows hosts. I'll test it the next...
This could be implemented with the new phantom handling implemented by @ConstantinGahr
The steps to connect a file to a kernel are: 1. Open a python file in sublime 2. Run command "Helium Connect Kernel" 3. Choose "New Kernel" and the python...
Helium is only connecting to the kernel for code execution and is not able to fetch the notebook/notebooks which are connected to a kernel. However, I'm not sure if this...
Yes, this is the current behavior. Converting ipynb files into the Python file format Helium supports is on our wishlist, but I haven't been able to work on that feature...
As far as I understood, the first proposal was to 1. Connected to an existing kernel 2. Load the notebook associated with this kernel into Helium This would assume that...
The copy to clipboard functions provided by sublime text is working for text. A concept branch to demonstrate a working example is 'copy_phantom_clipboard' Open issues are [ ] Needs design...
Hi, I have not used rmate yet, but from what I've seen it uses a ssh connection to the remote server in order to transmit the file. However, Helium had...
The current version already implements the __ctrl+alt+enter__ command to execute the current cell. It should be discussed if we should implement other commands like __shift+ctrl+alt+enter__ to execute all cells