{"id":9,"date":"2023-09-13T08:12:06","date_gmt":"2023-09-13T08:12:06","guid":{"rendered":"http:\/\/harvard-open-data-project.local\/?page_id=9"},"modified":"2023-09-13T08:15:05","modified_gmt":"2023-09-13T08:15:05","slug":"quickstart-installation-guide-for-hodp","status":"publish","type":"page","link":"http:\/\/harvard-open-data-project.local\/quickstart-installation-guide-for-hodp\/","title":{"rendered":"Quickstart Installation Guide for HODP"},"content":{"rendered":"\n
\/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/master\/install.sh)\"<\/code><\/li>\n\n\n\n- Python and Pip<\/strong>: Install Python and Pip using Homebrew with the command
brew install python<\/code>.<\/li>\n\n\n\n- Python Libraries<\/strong>: Install necessary libraries using pip commands. For example, use
pip3 install numpy<\/code> to install NumPy.<\/li>\n\n\n\n- Jupyter Notebook<\/strong>: Install locally by running
pip3 install notebook<\/code>.<\/li>\n\n\n\n- Visual Studio Code<\/strong>: Recommended IDE. Download from here<\/a>.<\/li>\n\n\n\n
- Github Desktop<\/strong>: A GUI to manage your GitHub repositories. Download from here<\/a>.<\/li>\n<\/ol>\n\n\n\n
For Windows<\/h3>\n\n\n\n\n- Python<\/strong>: Download and install the latest version from here<\/a>.<\/li>\n\n\n\n
- Python Libraries<\/strong>: Install necessary libraries using pip commands. For example,
python -m pip install numpy<\/code> to install NumPy.<\/li>\n<\/ol>\n\n\n\nDetailed Installation Steps<\/h2>\n\n\n\nDeepnote<\/h3>\n\n\n\n\n- Visit the Deepnote website at https:\/\/deepnote.com\/<\/a>.<\/li>\n\n\n\n
- Click on “Sign Up” usually located at the top right corner of the page.<\/li>\n\n\n\n
- You can sign up using your Google account, GitHub account, or with your email.<\/li>\n\n\n\n
- Once you have signed up and logged in, you can create a new project by clicking on “New Project” button.<\/li>\n\n\n\n
- You can now start using Deepnote for your Jupyter notebooks.<\/li>\n<\/ol>\n\n\n\n
R Studio Cloud<\/h3>\n\n\n\n\n- Visit RStudio Cloud’s website at https:\/\/rstudio.cloud\/<\/a>.<\/li>\n\n\n\n
- Click on the “Sign Up” button.<\/li>\n\n\n\n
- Fill in your information to create an account.<\/li>\n\n\n\n
- Once signed in, you can create a new project by clicking on the “New Project” button.<\/li>\n\n\n\n
- Start coding in R!<\/li>\n<\/ol>\n\n\n\n
Github<\/h3>\n\n\n\n