0

I'd like to add Atom and the package Hydrogen and the Data Explorer to my existing Anaconda based Python workflow without messing anything up.


Is there a way to connect Atom to my Anaconda installation? I've tried the approaches descripbed in the related post Using anaconda environment in Atom without any success. Or, for testing purposes at least, can I connect Atom to a running Jupyter Notebook kernel like I can with for example Spyder as described in the suggestions here?

System:

Anaconda   : 5.3.1
Atom       : 1.36.0

compiler   : MSC v.1912 64 bit (AMD64)
system     : Windows
release    : 7
vestland
  • 55,229
  • 37
  • 187
  • 305

1 Answers1

1

You can load the Hydrogen package into Atom and run your code using Hydrogen. This gives all the power of Jupyter kernels, inside atom. The Hydrogen package can be downloaded and installed. Then when you have your python script you can go to the Packages menu item and use the Hydrogen selection to run your code. If you have graphics in your script you may have to run it twice to see graphics.

Natsfan
  • 4,093
  • 3
  • 22
  • 29