Skip to content

Instantly share code, notes, and snippets.

@ruslangrimov
ruslangrimov / resume_output_receiving_in_notebooks.js
Last active February 18, 2022 14:46
Script to resume receiving cells output after a notebook reloaded or even opened in other browser
// This script makes it possible to resume cells output receiving after a notebook reloads.
// Works even when the notebook is open in other browser (output will be shown in all opened windows).
// Works with keras and tqdm (not with tqdm_notebook).
//
// Add this code into your ~/.jupyter/custom/custom.js
define([
'base/js/namespace',
'base/js/promises'
], function(Jupyter, promises) {
@phobson
phobson / wind_rose.ipynb
Last active March 3, 2024 07:17
Making a wind rose in pandas/matplotlib
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.