You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do not show notebook outputs. It would be helpful to do so. However, we do not want to store the outputs in Git because they pollute diffs.
We should investigate the solution used by Scikit-learn:
Currently, we do not show notebook outputs. It would be helpful to do so. However, we do not want to store the outputs in Git because they pollute diffs.
We should investigate the solution used by Scikit-learn:
https://github.com/scikit-learn/scikit-learn/blob/master/examples/datasets/plot_digits_last_image.py
https://github.com/scikit-learn/scikit-learn.github.io/blob/master/dev/_downloads/plot_digits_last_image.ipynb
http://scikit-learn.org/stable/auto_examples/datasets/plot_digits_last_image.html