معرفی شرکت ها


JPSLStudent-0.7.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Install all student modules for Jupyter Physical Science Lab
ویژگی مقدار
سیستم عامل OS Independent
نام فایل JPSLStudent-0.7.0
نام JPSLStudent
نسخه کتابخانه 0.7.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jonathan Gutow
ایمیل نویسنده gutow@uwosh.edu
آدرس صفحه اصلی https://github.com/JupyterPhysSciLab/JPSLStudent
آدرس اینترنتی https://pypi.org/project/JPSLStudent/
مجوز GPL-3.0+
## JPSLStudent (aka Jupyter Physical Science Lab Student package) This package installs _almost_ all packages in the [Jupyter Physical Science lab suite](https://github.com/JupyterPhysSciLab), their dependencies and the [Algebra_with_SymPy](https://github.com/gutow/Algebra_with_Sympy) package into the current python environment. The `InstructorTools` package is not included. The installed packages can then be used in a Jupyter notebook to do assignments. See the overall documentation and the descriptions of each package for more details. If you have an example notebook to upload you can try it on binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/JupyterPhysSciLab/JPSLStudent.git/HEAD?urlpath=/tree/) #### Installation 1. Install python3+ on your system, if you have not. See [python.org](https://python.org) for instructions. 1. Install a tool for managing and using virtual environments. This allows you to have multiple independent sets (virtual environments) of python packages installed. Use this "student" environment on computers students will use and for testing assignments on instructor computers. I personally like using [pipenv](https://pipenv.pypa.io/en/latest/). You can install it using the command `$ pip3 --user install pipenv`. See the website for more information. 1. Once you have the correct python and a virtual environment system, create a directory for your "Student" environment. Navigate into the directory. Then: * Create the empty virtual environment `$ pipenv shell`. This will create the environment, activate it and leave you inside it. * Still within the environment use pip to install this package `$ pip install JPSLStudent`. This will take a while to run. There are a lot of packages to download and install. 1. To exit the virtual environment just type "exit" on the command line `$ exit`. 1. To enter the virtual environment: first make sure you are in the proper directory; then issue the command `$ pipenv shell`. 1. To update you must be in the virtual environment. Use `$ pip install -U JPSLStudent`.


نیازمندی

مقدار نام
>=1.0.0 jupyter
>=6.4.10 notebook
>=0.7.8 jupyterPiDAQ
>=0.9.1 Algebra-with-SymPy
- jupyter-Pandas-GUI
>=0.7.5 jupyter-datainputtable
- JPSLUtils


نحوه نصب


نصب پکیج whl JPSLStudent-0.7.0:

    pip install JPSLStudent-0.7.0.whl


نصب پکیج tar.gz JPSLStudent-0.7.0:

    pip install JPSLStudent-0.7.0.tar.gz