hydrogen

Using anaconda environment in Atom

假装没事ソ 提交于 2019-12-02 17:14:29
I've install Anaconda (Python 3.6) and tensorflow (python 3.5). I've managed to get it run both on Spyder and on sublime text 3( by making new build system). Now all the is using Atom( which I'm not used to). So I've trying to "tell" Atom to use python in the following folder: C:\users\engine\anaconda3\envs\tensorflow\python.exe without any success, any idea how to do that or what kind of package should I use( I'm using windows so virtualenv) thanks in advance ! In your Anaconda terminal, activate your Conda environment and then run 'atom --new-instance' If you want to run some python script

How to fix “NotImplementedError” when trying to run Hydrogen in Atom

家住魔仙堡 提交于 2019-12-01 11:55:15
问题 I am trying to run Hydrogen on Atom, but I am getting an error message that ends with "NotImplementedError" in the asyncio python lib. I have Python3 installed on a Windows 10 machine, and I have the ipython kernel installed with jupyter. I am getting the following error message, and I am not sure where to start to fix the problem. Traceback (most recent call last): File "C:\Users\chels\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main return _run_code