Skip to content

Commit de535ba

Browse files
Bug Fix!
1 parent 6485eee commit de535ba

24 files changed

+48
-37
lines changed

β€ŽCODE_OF_CONDUCT.md

100644100755
File mode changed.

β€ŽCONTRIBUTING.md

100644100755
File mode changed.

β€ŽLICENSE.txt

100644100755
File mode changed.

β€ŽREADME.md

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
YOPO is an **~0 Code** interactive dashboard which generates various standard plots.you can create various graphs and charts with a click of a button. This tool uses Dash and Flask in backend.
1616

17-
Demo: https://csvvis.herokuapp.com/
1817

1918
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chekoduadarsh/YOPO-You-Only-Plot-Once/blob/master/example.ipynb)
2019

@@ -76,4 +75,4 @@ Feel free to adapt it criticize it and support it the way you like!!
7675
[Apache License, Version 2.0](https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once/blob/master/LICENSE.txt)
7776

7877

79-
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/chekoduadarsh)
78+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/chekoduadarsh)

β€Ždist/yopo-0.0.23-py3-none-any.whl

13.3 KB
Binary file not shown.

β€Ždist/yopo-0.0.23.tar.gz

14 KB
Binary file not shown.

β€Žexample.ipynb

100644100755
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,28 @@
1010
"output_type": "stream",
1111
"text": [
1212
"Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com\n",
13-
"Requirement already satisfied: yopo in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (0.0.10)\n",
13+
"Requirement already satisfied: yopo in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (0.0.18)\n",
14+
"Requirement already satisfied: numpy in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.22.0)\n",
1415
"Requirement already satisfied: dash==2.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (2.0.0)\n",
15-
"Requirement already satisfied: jupyter in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jupyter-1.0.0-py3.9.egg (from yopo) (1.0.0)\n",
16+
"Requirement already satisfied: pyngrok in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (5.1.0)\n",
17+
"Requirement already satisfied: dash-daq in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (0.5.0)\n",
1618
"Requirement already satisfied: pandas in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.3.5)\n",
19+
"Requirement already satisfied: dash-bootstrap-components in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.0.2)\n",
20+
"Requirement already satisfied: jupyter in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jupyter-1.0.0-py3.9.egg (from yopo) (1.0.0)\n",
1721
"Requirement already satisfied: click>=7.1.2 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/click-8.0.3-py3.9.egg (from yopo) (8.0.3)\n",
18-
"Requirement already satisfied: ipython in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/ipython-8.0.0a1-py3.9.egg (from yopo) (8.0.0a1)\n",
19-
"Requirement already satisfied: MarkupSafe>=2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/MarkupSafe-2.0.1-py3.9-linux-x86_64.egg (from yopo) (2.0.1)\n",
20-
"Requirement already satisfied: dash-trich-components in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.0.0)\n",
2122
"Requirement already satisfied: jupyter-dash in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (0.4.0)\n",
22-
"Requirement already satisfied: pyngrok in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (5.1.0)\n",
23-
"Requirement already satisfied: dash-bootstrap-components in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.0.2)\n",
23+
"Requirement already satisfied: MarkupSafe>=2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/MarkupSafe-2.0.1-py3.9-linux-x86_64.egg (from yopo) (2.0.1)\n",
2424
"Requirement already satisfied: wtforms in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (3.0.1)\n",
25-
"Requirement already satisfied: numpy in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (1.22.0)\n",
26-
"Requirement already satisfied: dash-daq in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from yopo) (0.5.0)\n",
25+
"Requirement already satisfied: ipython in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/ipython-8.0.0a1-py3.9.egg (from yopo) (8.0.0a1)\n",
26+
"Requirement already satisfied: flask-compress in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (1.10.1)\n",
2727
"Requirement already satisfied: plotly>=5.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (5.5.0)\n",
28-
"Requirement already satisfied: Flask>=1.0.4 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (2.0.2)\n",
28+
"Requirement already satisfied: dash-html-components==2.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (2.0.0)\n",
2929
"Requirement already satisfied: dash-table==5.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (5.0.0)\n",
3030
"Requirement already satisfied: dash-core-components==2.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (2.0.0)\n",
31-
"Requirement already satisfied: dash-html-components==2.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (2.0.0)\n",
32-
"Requirement already satisfied: flask-compress in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (1.10.1)\n",
33-
"Requirement already satisfied: itsdangerous>=2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from Flask>=1.0.4->dash==2.0.0->yopo) (2.0.1)\n",
31+
"Requirement already satisfied: Flask>=1.0.4 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from dash==2.0.0->yopo) (2.0.2)\n",
3432
"Requirement already satisfied: Jinja2>=3.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/Jinja2-3.0.3-py3.9.egg (from Flask>=1.0.4->dash==2.0.0->yopo) (3.0.3)\n",
3533
"Requirement already satisfied: Werkzeug>=2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from Flask>=1.0.4->dash==2.0.0->yopo) (2.0.2)\n",
34+
"Requirement already satisfied: itsdangerous>=2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from Flask>=1.0.4->dash==2.0.0->yopo) (2.0.1)\n",
3635
"Requirement already satisfied: six in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/six-1.16.0-py3.9.egg (from plotly>=5.0.0->dash==2.0.0->yopo) (1.16.0)\n",
3736
"Requirement already satisfied: tenacity>=6.2.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from plotly>=5.0.0->dash==2.0.0->yopo) (8.0.1)\n",
3837
"Requirement already satisfied: brotli in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from flask-compress->dash==2.0.0->yopo) (1.0.9)\n",
@@ -64,7 +63,13 @@
6463
"Requirement already satisfied: qtconsole in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/qtconsole-5.2.2-py3.9.egg (from jupyter->yopo) (5.2.2)\n",
6564
"Requirement already satisfied: debugpy<2.0,>=1.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/debugpy-1.5.1-py3.9.egg (from ipykernel->jupyter->yopo) (1.5.1)\n",
6665
"Requirement already satisfied: jupyter-client<8.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jupyter_client-7.1.0-py3.9.egg (from ipykernel->jupyter->yopo) (7.1.0)\n",
67-
"Requirement already satisfied: tornado<7.0,>=4.2 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/tornado-6.1-py3.9-linux-x86_64.egg (from ipykernel->jupyter->yopo) (6.1)\n",
66+
"Requirement already satisfied: tornado<7.0,>=4.2 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/tornado-6.1-py3.9-linux-x86_64.egg (from ipykernel->jupyter->yopo) (6.1)\n"
67+
]
68+
},
69+
{
70+
"name": "stdout",
71+
"output_type": "stream",
72+
"text": [
6873
"Requirement already satisfied: entrypoints in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/entrypoints-0.3-py3.9.egg (from jupyter-client<8.0->ipykernel->jupyter->yopo) (0.3)\n",
6974
"Requirement already satisfied: jupyter-core>=4.6.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jupyter_core-4.9.1-py3.9.egg (from jupyter-client<8.0->ipykernel->jupyter->yopo) (4.9.1)\n",
7075
"Requirement already satisfied: nest-asyncio>=1.5 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/nest_asyncio-1.5.4-py3.9.egg (from jupyter-client<8.0->ipykernel->jupyter->yopo) (1.5.4)\n",
@@ -77,9 +82,9 @@
7782
"Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jsonschema-4.3.2-py3.9.egg (from nbformat>=4.2.0->ipywidgets->jupyter->yopo) (4.3.2)\n",
7883
"Requirement already satisfied: attrs>=17.4.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/attrs-21.2.0-py3.9.egg (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter->yopo) (21.2.0)\n",
7984
"Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/pyrsistent-0.18.0-py3.9-linux-x86_64.egg (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->jupyter->yopo) (0.18.0)\n",
85+
"Requirement already satisfied: retrying in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from jupyter-dash->yopo) (1.3.3)\n",
8086
"Requirement already satisfied: requests in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from jupyter-dash->yopo) (2.26.0)\n",
8187
"Requirement already satisfied: ansi2html in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from jupyter-dash->yopo) (1.6.0)\n",
82-
"Requirement already satisfied: retrying in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from jupyter-dash->yopo) (1.3.3)\n",
8388
"Requirement already satisfied: bleach in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/bleach-4.1.0-py3.9.egg (from nbconvert->jupyter->yopo) (4.1.0)\n",
8489
"Requirement already satisfied: defusedxml in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/defusedxml-0.7.1-py3.9.egg (from nbconvert->jupyter->yopo) (0.7.1)\n",
8590
"Requirement already satisfied: jupyterlab-pygments in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/jupyterlab_pygments-0.1.2-py3.9.egg (from nbconvert->jupyter->yopo) (0.1.2)\n",
@@ -100,10 +105,10 @@
100105
"Requirement already satisfied: pytz>=2017.3 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from pandas->yopo) (2021.3)\n",
101106
"Requirement already satisfied: PyYAML in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from pyngrok->yopo) (6.0)\n",
102107
"Requirement already satisfied: qtpy in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/QtPy-2.0.0-py3.9.egg (from qtconsole->jupyter->yopo) (2.0.0)\n",
108+
"Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (1.26.7)\n",
109+
"Requirement already satisfied: idna<4,>=2.5 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (3.3)\n",
103110
"Requirement already satisfied: charset-normalizer~=2.0.0 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (2.0.9)\n",
104111
"Requirement already satisfied: certifi>=2017.4.17 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (2021.10.8)\n",
105-
"Requirement already satisfied: idna<4,>=2.5 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (3.3)\n",
106-
"Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages (from requests->jupyter-dash->yopo) (1.26.7)\n",
107112
"Requirement already satisfied: asttokens in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/asttokens-2.0.5-py3.9.egg (from stack-data->ipython->yopo) (2.0.5)\n",
108113
"Requirement already satisfied: executing in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/executing-0.8.2-py3.9.egg (from stack-data->ipython->yopo) (0.8.2)\n",
109114
"Requirement already satisfied: pure-eval in /home/adarsh/anaconda3/envs/YOPO/lib/python3.9/site-packages/pure_eval-0.2.1-py3.9.egg (from stack-data->ipython->yopo) (0.2.1)\n"
@@ -116,16 +121,9 @@
116121
},
117122
{
118123
"cell_type": "code",
119-
"execution_count": 1,
124+
"execution_count": 2,
120125
"metadata": {},
121126
"outputs": [
122-
{
123-
"name": "stdout",
124-
"output_type": "stream",
125-
"text": [
126-
"{'template': 'plotly_dark', 'color_continuous_scale': 'haline'}\n"
127-
]
128-
},
129127
{
130128
"data": {
131129
"text/html": [
@@ -141,7 +139,7 @@
141139
" "
142140
],
143141
"text/plain": [
144-
"<IPython.lib.display.IFrame at 0x7ff2ca8d7640>"
142+
"<IPython.lib.display.IFrame at 0x7fb2e0341be0>"
145143
]
146144
},
147145
"metadata": {},
@@ -210,9 +208,6 @@
210208
}
211209
],
212210
"metadata": {
213-
"interpreter": {
214-
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
215-
},
216211
"kernelspec": {
217212
"display_name": "Python 3 (ipykernel)",
218213
"language": "python",
@@ -229,6 +224,11 @@
229224
"nbconvert_exporter": "python",
230225
"pygments_lexer": "ipython3",
231226
"version": "3.9.7"
227+
},
228+
"vscode": {
229+
"interpreter": {
230+
"hash": "e6332d9cba11023ff24bbb37ad781cc344bad9bb50081591280600a8958391c3"
231+
}
232232
}
233233
},
234234
"nbformat": 4,

β€Žmedia/sample_custom.png

100644100755
File mode changed.

β€Žmedia/sample_dataframe.png

100644100755
File mode changed.

β€Žmedia/sample_histogram.png

100644100755
File mode changed.

β€Žmedia/sample_iris_code.jpeg

100644100755
File mode changed.

β€Žmedia/sample_scatterplot.png

100644100755
File mode changed.

β€Žrequirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
MarkupSafe>=2.0
2+
jupyter_dash
3+
click>=7.1.2
4+
ipython
5+
jupyter
6+
wtforms
7+
dash==2.0.0
8+
dash_daq
9+
pandas
10+
numpy
11+
dash_bootstrap_components
12+
pyngrok

β€Žsetup.cfg

100644100755
File mode changed.

β€Žsetup.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="yopo",
10-
version="0.0.21",
10+
version="0.0.23",
1111
author="Adarsh Chekodu",
1212
author_email="[email protected]",
1313
description="You Plot Only Once",
@@ -17,6 +17,7 @@
1717
url="https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once",
1818
packages=setuptools.find_packages(exclude=("tests",)),
1919
install_requires=[
20+
"Werkzeug==2.0.3",
2021
"MarkupSafe>=2.0",
2122
"jupyter_dash",
2223
"click>=7.1.2",

β€Žyopo.egg-info/PKG-INFO

100644100755
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Metadata-Version: 2.1
22
Name: yopo
3-
Version: 0.0.21
3+
Version: 0.0.23
44
Summary: You Plot Only Once
55
Home-page: https://github.com/chekoduadarsh/YOPO-You-Only-Plot-Once
66
Author: Adarsh Chekodu
77
Author-email: [email protected]
88
License: Apache License 2.0
9-
Platform: UNKNOWN
109
Classifier: Programming Language :: Python :: 3
1110
Classifier: Operating System :: OS Independent
1211
Description-Content-Type: text/markdown
@@ -90,4 +89,3 @@ Feel free to adapt it criticize it and support it the way you like!!
9089

9190

9291
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/chekoduadarsh)
93-

β€Žyopo.egg-info/SOURCES.txt

100644100755
File mode changed.

β€Žyopo.egg-info/dependency_links.txt

100644100755
File mode changed.

β€Žyopo.egg-info/requires.txt

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Werkzeug==2.0.3
12
MarkupSafe>=2.0
23
jupyter_dash
34
click>=7.1.2

β€Žyopo.egg-info/top_level.txt

100644100755
File mode changed.

β€Žyopo/__init__.py

100644100755
File mode changed.

β€Žyopo/__version__.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
__author__ = "Adarsh Chekodu"
55
__description__ = "You Only Plot Once"
66
__url__ = ""
7-
__version__ = "0.0.21"
8-
__holo_version__ = "0.0.21"
7+
__version__ = "0.0.23"
8+
__holo_version__ = "0.0.23"
99
__license__ = "Apache License 2.0"

β€Žyopo/dashboard.py

100644100755
File mode changed.

β€Žyopo/util.py

100644100755
File mode changed.

0 commit comments

Comments
Β (0)