Skip to content

Commit

Permalink
Google Colab Install Notebook (#5841)
Browse files Browse the repository at this point in the history
* Google Colab Install Notebook

Adds example notebook for Google Colab install.

* Update README.md

* Update README.md

Add badge -- won't work until merged into develop

* point to develop for nb

---------

Co-authored-by: James Maslek <jmaslek11@gmail.com>
  • Loading branch information
deeleeramone and jmaslek authored Dec 1, 2023
1 parent 905b7fd commit 1d50557
Show file tree
Hide file tree
Showing 3 changed files with 2,137 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<a href="https://codespaces.new/OpenBB-finance/OpenBBTerminal">
<img src="https://github.com/codespaces/badge.svg" height="20" />
</a>
<a target="_blank" href="https://colab.research.google.com/github/OpenBB-finance/OpenBBTerminal/blob/develop/examples/googleColab.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

The first financial terminal that is free and fully open source. With over 600 commands, the terminal has access to equity, options, crypto, forex, macro economy, fixed income, alternative datasets, and more.

Expand Down
10 changes: 9 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This folder is a collection of example notebooks that demonstrate some of the wa

## Table of Contents

### googleColab

This notebook installs the OpenBB Platform in a Google Colab environment with examples for:

- Logging into OpenBB Hub
- Setting the output preference
- Fetching options and company fundamentals data
- Creating bar chart visualizations

### findSymbols

This notebook provides an introduction to discovering, finding, and searching ticker symbols.
Expand All @@ -30,7 +39,6 @@ This set of examples introduces financial statements in the OpenBB Platform and
- Financial attributes
- Ratios and other metrics


### copperToGoldRatio

This notebook explains how to calculate and plot the Copper-to-Gold ratio.
Expand Down
Loading

0 comments on commit 1d50557

Please sign in to comment.