jupyter / atom-notebook

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

Install fails on Yosemite #52

Open abhi18av opened 8 years ago

abhi18av commented 8 years ago

Hi!

I'm a huge fan of the work you are doing and it's really amazing.

The issue is that I can't install it in my system. I've definitely explored the node-gyp / python2 suggestion but this still doesn't work.

Any suggestions, how I can solve it.

apm 1.9.2 npm 2.13.3 node 0.10.40 python 3.5.1 git 2.8.1

node-gyp --python /usr/bin/python

sadovnychyi commented 7 years ago

I guess you have to have xcode installed?

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
abhi18av commented 7 years ago

Nope, that wasn't the issue I already did install the entire toolkit. I guess the path was setup in the wrong way. node-gyp relies too much on python2.

Thanks for looking it up.

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.