<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[jupyter 集成javascript chart的方法]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/niloch/iplotter" rel="nofollow ugc">https://github.com/niloch/iplotter</a><br />
iplotter is a simple package for generating interactive charts in ipython/jupyter notebooks using popular JavaScript Libraries from python data structures (dictionaries, lists, etc.)</p>
]]></description><link>http://an.forum.genostack.com/topic/872/jupyter-集成javascript-chart的方法</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:39:49 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/872.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 May 2023 09:45:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 11:39:27 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://towardsdatascience.com/introducing-notebookjs-seamless-integration-between-python-and-javascript-in-computational-e654ec3fbd18" rel="nofollow ugc">https://towardsdatascience.com/introducing-notebookjs-seamless-integration-between-python-and-javascript-in-computational-e654ec3fbd18</a><br />
Introducing notebookJS: seamless integration between Python and JavaScript in Computational Notebooks</p>
<p dir="auto"><a href="https://github.com/jorgehpo/notebookJS" rel="nofollow ugc">https://github.com/jorgehpo/notebookJS</a></p>
]]></description><link>http://an.forum.genostack.com/post/2119</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2119</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 11:39:27 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 11:41:48 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://medium.com/@stallonejacob/d3-in-juypter-notebook-685d6dca75c8" rel="nofollow ugc">https://medium.com/@stallonejacob/d3-in-juypter-notebook-685d6dca75c8</a><br />
jupyter D3  感觉很复杂</p>
<p dir="auto"><a href="https://www.kaggle.com/code/dhruvildave/d3-js-jupyter" rel="nofollow ugc">https://www.kaggle.com/code/dhruvildave/d3-js-jupyter</a></p>
]]></description><link>http://an.forum.genostack.com/post/2118</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2118</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 11:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Wed, 05 Jul 2023 07:34:58 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://gist.github.com/aialenti/8cf4702ae8be7f79936b4c75f1a4024a" rel="nofollow ugc">https://gist.github.com/aialenti/8cf4702ae8be7f79936b4c75f1a4024a</a><br />
感觉还比较清晰<br />
这个方案是从js直接调用python的接口获取的panda数据<br />
IPython.notebook.kernel.execute  这个JS API 可以直接调用Python的函数</p>
]]></description><link>http://an.forum.genostack.com/post/2117</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2117</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 05 Jul 2023 07:34:58 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 10:57:33 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://markibrahim.me/musings/notebooks/beautiful_javascript_charts.html" rel="nofollow ugc">http://markibrahim.me/musings/notebooks/beautiful_javascript_charts.html</a><br />
<a href="https://github.com/niloch/iplotter" rel="nofollow ugc">https://github.com/niloch/iplotter</a>  （已经不维护了）<br />
JavaScript charting in ipython/jupyter notebooks -<br />
使用python对 C3.js<br />
plotly.js<br />
Chart.js<br />
Chartist.js<br />
Google Charts<br />
进行了封装<br />
和pyecharts的思路类似 直接用python对js进行封装 这样的好处是使用起来比较友好</p>
]]></description><link>http://an.forum.genostack.com/post/2116</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2116</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 10:57:33 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 10:52:21 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.youtube.com/watch?v=jmVcpa0_pAE" rel="nofollow ugc">https://www.youtube.com/watch?v=jmVcpa0_pAE</a><br />
<a href="https://gist.github.com/drorhilman/c5ae2f5d6661ea12fd2b5d0c078f9700" rel="nofollow ugc">https://gist.github.com/drorhilman/c5ae2f5d6661ea12fd2b5d0c078f9700</a><br />
from IPython.display import HTML<br />
这个视频的核心思路是使用IPython 的HTML类 生成一个包含echarts的网页</p>
]]></description><link>http://an.forum.genostack.com/post/2115</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2115</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 10:52:21 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 10:27:06 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/pyecharts/pyecharts" rel="nofollow ugc">https://github.com/pyecharts/pyecharts</a><br />
Python Echarts Plotting Library</p>
]]></description><link>http://an.forum.genostack.com/post/2114</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2114</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 10:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Wed, 05 Jul 2023 07:25:17 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://livingwithmachines.ac.uk/d3-javascript-visualisation-in-a-python-jupyter-notebook/" rel="nofollow ugc">https://livingwithmachines.ac.uk/d3-javascript-visualisation-in-a-python-jupyter-notebook/</a><br />
这个文章里面提到了一个思路 就是Python 来处理数据 然后保存为json 然后从js里面访问</p>
]]></description><link>http://an.forum.genostack.com/post/2113</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2113</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 05 Jul 2023 07:25:17 GMT</pubDate></item><item><title><![CDATA[Reply to jupyter 集成javascript chart的方法 on Tue, 09 May 2023 09:50:43 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/nicohlr/ipychart" rel="nofollow ugc">https://github.com/nicohlr/ipychart</a><br />
This package is a Python package made for data vizualisation. It allows to create dynamic, refined and customizable charts using Python. It is particularly suitable for Data Scientists who are looking for a smart way to display and present their data directly from the output cells of their notebooks.</p>
<p dir="auto">Ipychart is an ipywidget . Ipywidgets are tools developed by the creators of Jupyter themselves. It allows using pure Javascript code directly in the Jupyter environment, which is a Python environment. This bridge between Javascript and Python is made available in open source with the possibility for anyone to create a custom ipywidget. This package, which is therefore a custom ipywidget, utilizes the power of this link between Javascript and Python to make the Chart.js Javascript library available to all Python users.</p>
<p dir="auto"><a href="https://ipywidgets.readthedocs.io/en/stable/" rel="nofollow ugc">https://ipywidgets.readthedocs.io/en/stable/</a><br />
Jupyter Widgets are interactive browser controls for Jupyter notebooks. Examples include:<br />
Basic form controls like sliders, checkboxes, text inputs<br />
Container controls like tabs, accordions, horizontal and vertical layout boxes, grid layouts<br />
Advanced controls like maps, 2d and 3d visualizations, datagrids, and more</p>
]]></description><link>http://an.forum.genostack.com/post/2112</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2112</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 09 May 2023 09:50:43 GMT</pubDate></item></channel></rss>