Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it on Mac? please help me #81

Closed
henyjone opened this issue Feb 22, 2020 · 2 comments
Closed

How to use it on Mac? please help me #81

henyjone opened this issue Feb 22, 2020 · 2 comments

Comments

@henyjone
Copy link

I downloaded nodebook-mac.dms , but I don't know how to use it on Mac. Please help me

@seanpowell
Copy link

Hello!

The quickest way:

  1. Rename the file 'nodebook' without an extension. So remove anything past 'nodebook' in the name. Open up your terminal and run the file directly like:
    ~/Downloads/nodebook help

A better way:

  1. Move the file to a folder that is in your PATH.
  2. Rename the file 'nodebook' without an extension. So remove anything past 'nodebook' in the name.
  3. Make sure it has the appropriate permissions.
  chmod 755 /PATH/TO/FILE/nodebook
  1. Create an empty folder to store your new notebooks. Can be placed anywhere in your file system. Just remember/make note of the path. e.g. ~/path/to/notebooks
  2. Open up your terminal and run the program:
 nodebook web ~/path/to/notebooks

@netgusto
Copy link
Owner

Hey @seanpowell thank you for the detailed steps, it's very helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants