Metadata-Version: 2.1
Name: carpo-student
Version: 0.0.13
Summary: JupyterLab extension with backend and frontend parts for carpo student.
Home-page: https://github.com/github_username/carpo-student
Author: 
Author-email: 
License: BSD-3-Clause
Keywords: Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyter-server (<2,>=1.6)

# Installation instructions for students

> Students must have installed Anaconda already.

#### Please follow these steps:

1. Open Anaconda.
2. Open the Jupyter Lab app.
3. Navigate to the course directory or create a new course directory.
4. Download the installation script.
	+ For MacOS, download [**install_carpo_osx.py**](../installation-script/install_carpo_osx.py) 
	+ For Windows, download [**install_carpo_win.py**](../installation-script/install_carpo_win.py) 
5. Upload the script to the course directory in Jupyter Lab.
6. Click on "+" and open a new Terminal.
7. Execute this command in Terminal.
	+ For MacOS: **python install_carpo_osx.py**
	+ For Windows: **python install_carpo_win.py** 
8. Close Jupyter Lab and Anaconda.
9. Open the folder that has the script and double click on `RUN_JUPYTER_LAB.command`.
# Configuration of the extension 
Your instructor will walk you through the configuration process.


