-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
⚠️ THIS IS A PART OF A LARGER QUEST. THIS ISSUE IS BLOCKED BY #6707
📄 Task
Use OpenBB’s crypto data capabilities to build a notebook that analyzes trends in popular cryptocurrencies over time.
📋 Requirements:
- Template: Start by copying the example template notebook.
- Content:
- Give your notebook a meaningful name.
- Fill in the details in the template, including the notebook title, description, your GitHub username, the notebook name in the Google Colab button, and any additional sections relevant to the task.
- Write code that fetches and analyzes cryptocurrency data from OpenBB.
- If your notebook requires additional dependencies, please specify those.
- Testing: Ensure that all cells in the notebook run successfully and produce the intended results.
- Documentation: Comment your code and add markdown cells where necessary to provide explanations for the analysis.
- Output: The final notebook should be added to the
examples
folder in this repository.
💡 Tips:
- Refer to the OpenBB Documentation for guidance on using OpenBB features.
📬 Submission:
- Follow the submission instructions here.
- Open a Pull Request (PR) to the
develop
branch. - Include a brief description of your notebook and the analysis it performs in the PR body.
Happy hacking!