Setup
- Conda virtual environment
- Coding in a Jupyter notebook
- Python version 3.6
I have Googled, searched through the Conda help, github help on this site as wel as found closely relevant questions, that just don't answer mine:
- Conda install package from github including requirements.txt
- Conda: installing local development package into single conda environment
That first one comes close though.
Basically my question comes down to:
For my code to work i need to import this repo: https://github.com/nicocanali/airtable-python
How can I get this to be used in my Jupyter Notebook?
I'll need to add it to my virtual environment. But how?