Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bianchidotdev/darby
Data Analysis in RuBY
https://github.com/bianchidotdev/darby
Last synced: 28 days ago
JSON representation
Data Analysis in RuBY
- Host: GitHub
- URL: https://github.com/bianchidotdev/darby
- Owner: bianchidotdev
- License: gpl-3.0
- Created: 2020-06-16T14:14:08.000Z (over 4 years ago)
- Default Branch: current
- Last Pushed: 2023-03-05T06:36:45.000Z (almost 2 years ago)
- Last Synced: 2023-06-10T22:23:14.486Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://darby-seven.vercel.app
- Size: 6.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Analysis in Ruby (DARby)
## Setup
1. Install the Ruby version specified in `.ruby-version` using any ruby version manager that works for you. I recommend [rbenv](https://github.com/rbenv/rbenv). Make sure bundler is installed with `gem install bundler`
1. Install Jupyter notebooks however you want (`brew install jupyterlab`)
1. Run `bundle install` to install all required gems
1. Export the required keys as environment variables. Currently just `export ALPHAVANTAGE_API_KEY=key`. If you don't have a key, get one for free from [AlphaVantage](https://www.alphavantage.co/support/#api-key)
1. Start up the Jupyter notebooks with `bundle exec jupyter notebook`