Skip to main content

A Jupyter Extension for Data Analysis

Project description

Ipywidget Analysis Extension

Build Status Contributors Forks Stargazers Issues MIT License

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)
  • matplotlib
  • numpy
  • pandas
  • jupyterlab and notebook

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

jupyter-analysis-extension-1.1.5.tar.gz (67.4 kB view hashes)

Uploaded Source

Built Distribution

jupyter_analysis_extension-1.1.5-py2.py3-none-any.whl (152.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page