Jupyter-PHP icon indicating copy to clipboard operation
Jupyter-PHP copied to clipboard

Add charts & plots support

Open NabiKAZ opened this issue 7 years ago • 1 comments

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])

NabiKAZ avatar Sep 29 '17 01:09 NabiKAZ

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

castarco avatar Oct 13 '17 08:10 castarco