Setup
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:
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?
Usually you would open the anaconda navigator, then go to Enviroments on the left side, then at the bottom you would click "Add" to add a new enviroment. after that you click on the newly created enviroment and "open terminal". in that terminal you use: conda install -c anaconda numpy .
You can install pip in the current conda environment with the command conda install pip , as discussed in Using pip in an environment. If there are instances of pip installed both inside and outside the current conda environment, the instance of pip installed inside the current conda environment is used.
I ended up doing the following:
Found the answer in the first part in this video: How to Install Python Package from GitHub
To install https://github.com/nicocanali/airtable-python to your jupyter.
Download the .zip of the repo from the github website.
To install it in jupyter enter the following command from the anaconda console.
pip install [path_to_.zip_file_on_pc]
Works on any github file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With