Table of Contents
This is an application that pulls and analyzes etf data from a database.
-
You don't need Python. You can install Anaconda and JupyterLab normally just like any other application on your computer. Follow the instructions for Anaconda, ensure that its working, then install JupyterLab.
-
I have placed Comments throughout the code so that you can follow the code and be able to replicate the app on your own. Also, so that you're able to contribute in the future :-)
A text editor such as VS Code or Sublime Text
-
Clone the repo
git clone https://github.com/AnaIitico/etf_analyzer.git
-
You don't need to install pip - Conda comes with pip and you can also use the command conda install 'package name'
-
Install Conda according to the instructions based on your operating system. For windows users you MUST use the Administrator PowerShell. Users with AMD Processors MUST use the Administrator PowerShell 7 (X64) version
Once installed Conda has an Admin PowerShell version shortcut - look on your Start menu for it. This shortcut will prove very useful at times when you need to install other apps or make adjustments to your installation
Once installed you will see (base) on your terminal
-
Activate Conda Dev environment
conda activate dev
You should now see (dev) on your terminal
-
Install JupyterLabs
pip install jupyterlab
-
Run JupyterLabs
jupyter lab
A browser window should open on localhost:8888/lab
This project is an app that pulls data from a database and analyzes it.
The app is complete
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Jose Tollinchi - @josetollinchi - jtollinchi1971@gmail.com
Project Link: https://github.com/AnaIitico/etf_analyzer
Other Dependencies used to build the project.
-
numpy
-
pandas
-
sqlalchemy