Installation¶
Install from PyPI¶
scholarpy is available on PyPI. To install scholarpy, run this command in your terminal:
1 |
|
Install from conda-forge¶
scholarpy is also available on conda-forge. If you have Anaconda or Miniconda installed on your computer, you can install scholarpy using the following command:
1 |
|
Optionally, you can install some Jupyter notebook extensions, which can improve your productivity in the notebook environment. Some useful extensions include Table of Contents, Gist-it, Autopep8, Variable Inspector, etc. See this post for more information.
1 |
|
Install from GitHub¶
To install the development version from GitHub using Git, run the following command in your terminal:
1 |
|
Upgrade scholarpy¶
If you have installed scholarpy before and want to upgrade to the latest version, you can run the following command in your terminal:
1 |
|
If you use conda, you can update scholarpy to the latest version by running the following command in your terminal:
1 |
|
To install the development version from GitHub directly within Jupyter notebook without using Git, run the following code:
1 2 |
|