Michael Aye
Michael Aye
Hi there! I see that you put a lot of effort into this project, including its own sub-package for talking to the Kamereon servers alone. I was wondering if it...
Hi! Thx for your work on this. I'm facing quite a struggle with Qt on my side, so I was thinking that in general it would be really nice if...
Running `NBCONFIG.ipynb` with todays IPython master, I get this error: ``` python /Users/klay6683/miniconda3/envs/skspec/lib/python2.7/site-packages/IPython/nbformat/current.py:19: UserWarning: IPython.nbformat.current is deprecated. - use IPython.nbformat for read/write/validate public API - use IPython.nbformat.vX directly to composing...
Thanks for an awesome extension! Could we have it close automatically when clicking away or using Shift-Tab to cycle to a different app? That would be very convenient! Thanks!
While my python 3.6 fully updated conda environment was active, I did: * pip install cite2c * python -m cite2c.install After launching a new notebook server, and opening a notebook,...
The following code returns a segmentation fault, simply because SPICE cells are not supported: ``` python startUTC = "25 FEB 2013 00:00:00" endUTC = "28 FEB 2013 00:00:00" startET =...
This option has been removed from the process a while ago. Template should remove this option from settings.ini. Currently, a newly set-up project using this template results in this side...
I'm trying to get these to work on 10.12.6, but keep getting errors. Sorry to not be more descriptive, but that's all what I get, I try to run the...
I don't know what changed, but currently isort does not work for me. I have the explicit path set in the settings to ``` bash /Users/klay6683/miniconda3/envs/py35/bin/isort ``` and confirmed that...
I'm now forced to put the absolute path to the executable which I was not before, and I'd like to keep it out of the package settings to adapt to...