jupyter / atom-notebook

[Deprecated] Jupyter Notebook, but inside Atom.
MIT License
306 stars 48 forks source link

Installation fails on Atom Beta #43

Open monkpit opened 8 years ago

monkpit commented 8 years ago

jupyter_install_verbose.txt jupyter_install.txt

I'm guessing that the error is because of the line below saying Atom instead of Atom Beta. I'm not sure if this is from the atom-notebook package or from apm itself.

make: *** No rule to make target '../../../../../../../../../../../../../../Applications/Atom', needed by 'Makefile'. Stop.

gnestor commented 7 years ago

This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at hydrogen to run code inline in Atom's text editor, nteract (a new Jupyter notebook client built using Electron, React, Redux, RxJS), Jupyter Notebook, and JupyterLab.

Having said that, nteract is currently extracting its many components into separate packages which will allow them to be reused and assembled to create new apps. When I have the time, I would like to use them to completely refactor this project.