[sudo] apt-get install stunnelcd path/to/django/project| import json | |
| from IPython.display import display, Javascript | |
| def chartjs(chartType, data, options={}, width="700px", height="400px"): | |
| """ Custom iphython extension allowing chartjs visualizations | |
| Usage: | |
| chartjs(chartType, data, options, width=1000, height=400) | |
| Args: |