A Jupyter Extension for Data Analysis
Project description
Ipywidget Analysis Extension
About The Project
Dependencies
ipywidgets(version>=7.0.0, <8.0)qgrid(version>=1.3.1)traitlets(version>=5.0.5)ipykernel(version>=5.5.3)plotly(version>=4.14.3)statsmodels(version>=0.12.2)scipy(version>=1.6.3)seaborn(version>=0.11.1)ipyevents(version~=0.8.2)scikit-learn(version~=0.24.2)setuptools(version~=49.6.0)ipython(veresion~=7.22.0)matplotlibnumpypandasjupyterlabandnotebook
Getting Started
apt-get
sudo apt-get install wkhtmltopdf
pip
pip install jupyter-analysis-extension
or
git clone https://github.com/KyoungjunPark/ipywidget_statistics.git
==
<Notebook>
pip install -r requirements.txt
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter nbextension enable --py --sys-prefix qgrid
<JupyterLab 3>
TO BE SUPPORTED SOON
# pip install -r requirements_lab.txt
# jupyter labextension install @jupyter-widgets/jupyterlab-manager
# jupyter labextension install @j123npm/qgrid2@1.1.4 (for JupyterLab 3)
==
jupyter notebook
Conda
TBD.
Usage
Add these codes in the first cell of jupter notebook.
%load_ext autoreload
%autoreload 2
%matplotlib inline
import ipywidgets as widgets
from jupyter_analysis_extension.widget_func import WidgetFunc
WidgetFunc()
Contact
Kyoungjun Park - kyoungjun_park@tmax.co.kr (https://kyoungjunpark.github.io/)
Acknowledgements
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyter-analysis-extension-1.1.4.tar.gz.
File metadata
- Download URL: jupyter-analysis-extension-1.1.4.tar.gz
- Upload date:
- Size: 67.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd82eb22f01b80969847fccfeb9678de326f316244b4ee84539c38fc19878e36
|
|
| MD5 |
27e30439eea75ef9118b2af6f7016d57
|
|
| BLAKE2b-256 |
732394ea87d178977cb6209ea54fdca5816b1890c6a5afff6ccc399d521173b1
|
File details
Details for the file jupyter_analysis_extension-1.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: jupyter_analysis_extension-1.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 152.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f54277fefc5c84db2879c09e175c3f73ec4856da1f58916a8bd208f0bda4fdf
|
|
| MD5 |
34e59a1b4427893796b641219d6b891a
|
|
| BLAKE2b-256 |
d20e043750bef93050b9f2e255666a99586da89d36d863750ef6a64388819277
|