Difference between revisions of "Jupyter"

From
Jump to: navigation, search
(Jupyter Widget Ecosystem)
m
 
(14 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
[http://www.youtube.com/results?search_query=jupyter+notebook Youtube search...]
+
[https://www.youtube.com/results?search_query=jupyter+notebook Youtube search...]
[http://www.google.com/search?q=jupyter+notebook ...Google search]
+
[https://www.google.com/search?q=jupyter+notebook ...Google search]
  
 
* [[Colaboratory]]
 
* [[Colaboratory]]
 +
* [[Notebooks]]
 +
* [[ChatGPT#Noteable ChatGPT Plugin|Noteable ChatGPT Plugin]]
 
* [[Git - GitHub and GitLab]]
 
* [[Git - GitHub and GitLab]]
* [http://jupyter.org/index.html Jupyter Homepage]
+
* [https://jupyter.org/index.html Jupyter Homepage]
* [http://jupyterhub.readthedocs.io/en/stable/ JupyterHub]
+
* [https://jupyterhub.readthedocs.io/en/stable/ JupyterHub]
* [http://nbviewer.jupyter.org/ NBviewer] share Jupyter Notebooks
+
* [https://nbviewer.jupyter.org/ NBviewer] share Jupyter Notebooks
 
+
* [[Python]]
 +
* [https://code.visualstudio.com/docs/python/jupyter-support Working with Jupyter Notebooks in Visual Studio Code]
 +
* [https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559 A Visual Debugger for Jupyter]
 +
* [https://www.dominodatalab.com/solutions/jupyter/ Domino Data Labs Notebooks]
  
 
<youtube>2eCHD6f_phE</youtube>
 
<youtube>2eCHD6f_phE</youtube>
Line 22: Line 27:
  
  
=== Jupyter Widget Ecosystem ===
+
=== <span id="ipyWidgets"></span>ipyWidgets ===
* [http://jupyter.org/widgets Notebook Widgets]
+
* [https://jupyter.org/widgets Notebook Widgets]
* [http://github.com/jupyter-widgets/tutorial The Jupyter Widget Ecosystem] Tutorial, SciPy 2019
+
* [[Python#Matplotlib| Matplotlib]] - generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc
 +
* [[Python#Plotly| Plotly]] - graphing library makes interactive, publication-quality graphs
 +
* [https://github.com/jupyter-widgets/tutorial The Jupyter Widget Ecosystem | M. Breddels, M. Craig, J. Grout, and M. Renou] Tutorial, SciPy 2019
  
 
Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.
 
Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.
Line 30: Line 37:
 
<youtube>HaSpqsKaRbo</youtube>
 
<youtube>HaSpqsKaRbo</youtube>
 
<youtube>NBZBjEjN-rU</youtube>
 
<youtube>NBZBjEjN-rU</youtube>
 +
<youtube>rkBPgTL-D3Y</youtube>
 +
<youtube>1ndo6C1KWjI</youtube>
  
 
=== JupyterLab ===
 
=== JupyterLab ===
* [http://towardsdatascience.com/jupyter-lab-evolution-of-the-jupyter-notebook-5297cacde6b Jupyter Lab: Evolution of the Jupyter Notebook | Parul Pandey - Towards Data Science]
+
* [https://towardsdatascience.com/jupyter-lab-evolution-of-the-jupyter-notebook-5297cacde6b Jupyter Lab: Evolution of the Jupyter Notebook | Parul Pandey - Towards Data Science]
  
 
<youtube>Gzun8PpyBCo</youtube>
 
<youtube>Gzun8PpyBCo</youtube>
 
<youtube>NSiPeoDpwuI</youtube>
 
<youtube>NSiPeoDpwuI</youtube>

Latest revision as of 16:14, 21 May 2023

Youtube search... ...Google search


ipyWidgets

Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.

JupyterLab