Coder-Spirit / Jupyter-PHP

A PHP Kernel for Jupyter
MIT License
221 stars 33 forks source link

Add charts & plots support #23

Open NabiKAZ opened 6 years ago

NabiKAZ commented 6 years ago

Thanks for great project.

Can use graphical chart and plot in the Jupyter-PHP be like matplotlib and Plotly library of jupyter python? For example include Google Charts, chartjs, highcharts,... projects.

In other words, what is the equivalent of the following python commands in Jupyter-PHP?

import matplotlib.pyplot as plt
%matplotlib inline
plt.bar(range(0, 5), [10, 5, 13, 1, 20])
castarco commented 6 years ago

This feature is not currently supported , but I'll be grateful to anyone who contributes this feature.