Google Colab Install Notebook (#5841)

* 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>
This commit is contained in:
Danglewood
2023-12-01 12:27:07 -08:00
committed by GitHub
parent 905b7fd9d4
commit 1d505577c4
3 changed files with 2137 additions and 1 deletions

3
README.md vendored
View File

@@ -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.

10
examples/README.md vendored
View File

@@ -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.
@@ -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.

2125
examples/googleColab.ipynb vendored Normal file

File diff suppressed because one or more lines are too long