atom-notebook icon indicating copy to clipboard operation
atom-notebook copied to clipboard

Install fails on Yosemite

Open abhi18av opened this issue 8 years ago • 3 comments

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

abhi18av avatar Jul 24 '16 08:07 abhi18av

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

sadovnychyi avatar Aug 08 '16 14:08 sadovnychyi

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.

abhi18av avatar Aug 08 '16 15:08 abhi18av

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.

gnestor avatar Feb 25 '17 18:02 gnestor