We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb67d74 commit f24c509Copy full SHA for f24c509
chartlets.js/README.md
@@ -37,17 +37,17 @@ git clone https://github.com/bcdev/chartlets.git
37
### Run the server
38
39
```bash
40
-cd chartlets/dashipy
+cd chartlets/chartlets.py
41
conda env create
42
conda activate chartlets
43
pip install -ve .
44
-python -m dashipy.demo.server
+python -m chartlets.demo.server
45
```
46
47
### Run the UI
48
49
50
-cd ../chartlets
+cd ../chartlets.js
51
npm install
52
npm run dev
53
chartlets.js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chartlets",
3
- "version": "0.0.0",
+ "version": "0.0.16",
4
"description": "An experimental library for integrating interactive charts into existing JavaScript applications.",
5
"type": "module",
6
"files": [
0 commit comments