Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Apr 3, 2022 - Jupyter Notebook
{{ message }}
The Jupyter Notebook is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Python Data Science Handbook: full text in Jupyter Notebooks
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
100-Days-Of-ML-Code中文版
Best Practices on Recommendation Systems
Most items coming from questions on the community forum
xref='paper'. Also the shapes and annotations tutorial should link to each other.PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Custom Jupyter Notebook Themes
Now that #3490 has been merged, we should add more prometheus metrics to the notebook server!
Some ideas for metrics to add...
Create HTML profiling reports from pandas DataFrame objects
Best Practices, code samples, and documentation for Computer Vision.
A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
Example
Multi-user server for Jupyter notebooks
Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
Deep Learning (with PyTorch)
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
Jupyter notebooks for teaching/learning Python 3
Repository to store sample python programs for python learning
A collection of infrastructure and tools for research in neural network interpretability.
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
There is already a notebook:open-with-voila command to open the voila dashboard in a new browser tab. It's in the palette and the view menu, but it would be great to have it in the preview toolbar too:
We could for example use the jp-LauncherIcon:
原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Jupyter notebooks from the scikit-learn video series
Visualizer for pandas data structures
Created by Jupyter Developers
Released December 2011
Latest release 2 months ago
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
https://ibb.co/gRg3Z0n
If this can help I also got this message.
https://ibb.co/ZcbtH1N
How can I fix this so that I can generate the HTML code?
Thanks in advance