A browser implementation of the Pry Ruby interactive shell - inspired by iPython Notebook
Just clone it if you want to try it out. If you want to contribute. Please fork it.
rake test
bundle install
gem build pry-notebook.gemspec
gem install pry-notebook
pry-notebook
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.
MIT License. See LICENSE for details.
Copyright (c) Ryan Fitzgerald