Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 897 Bytes

README.markdown

File metadata and controls

46 lines (26 loc) · 897 Bytes

Pry Notebook

A browser implementation of the Pry Ruby interactive shell - inspired by iPython Notebook

Getting Started

Clone the repo

Just clone it if you want to try it out. If you want to contribute. Please fork it.

Run the tests

rake test

Run Bundler to get the dependencies

bundle install

Build the Gem

gem build pry-notebook.gemspec

Install the Gem

gem install pry-notebook

Start Pry Notebook

pry-notebook

Go to Pry Notebook in your browser 127.0.0.1:1234

Contributing

You're encouraged to submit pull requests, propose features and discuss issues.

  • Fork the project
  • Write tests for your new feature or a test that reproduces a bug
  • Implement your feature or make a bug fix
  • Commit, push and make a pull request.

License

MIT License. See LICENSE for details.

Copyright

Copyright (c) Ryan Fitzgerald