Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Add charts & plots support #23

Open
NabiKAZ opened this issue Sep 29, 2017 · 1 comment
Open

Add charts & plots support #23

NabiKAZ opened this issue Sep 29, 2017 · 1 comment

Comments

@NabiKAZ
Copy link

NabiKAZ commented Sep 29, 2017

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
Copy link
Contributor

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

@castarco castarco changed the title Graphical chart and plot Add charts & plots support Oct 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants