Skip to content

Instantly share code, notes, and snippets.

@genkuroki
genkuroki / plotly.express called by PyCall of Julia.ipynb
Created October 29, 2019 00:50
plotly.express called by PyCall of Julia.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / ベイズ統計の簡単な例.ipynb
Last active November 13, 2021 22:35
ベイズ統計の簡単な例
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / Binary heap and Dijkstra's algorithm.ipynb
Last active October 14, 2021 04:08
Binary heap and Dijkstra's algorithm
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / 2D Ising model animations - Julia v1.4.2.ipynb
Last active September 28, 2021 10:38
2D Ising model animations - Julia v1.4.2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / Ten Lines in Julia.ipynb
Last active August 5, 2021 09:29
Ten Lines in Julia
Sorry, this is too big to display.
@genkuroki
genkuroki / Remez.jl example - degree-13 polynomial approximations of sine.ipynb
Last active June 12, 2021 09:36
Remez.jl example - degree-13 polynomial approximations of sine
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / Wave equation on the square 2.ipynb
Last active June 5, 2021 19:54
Wave equation on the square 2
Sorry, this is too big to display.
@genkuroki
genkuroki / Wave equation on the square 3.ipynb
Last active June 5, 2021 19:53
Wave equation on the square 3
Sorry, this is too big to display.
@genkuroki
genkuroki / DifferentialEquations.jl example - single pendulum.ipynb
Created June 1, 2021 16:11
DifferentialEquations.jl example - single pendulum.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@genkuroki
genkuroki / main.diff
Last active June 1, 2021 16:07
patch for nbextensions/gist_it/main.js (gist URL changed from github.com/gist/id to gist.github.com/id)
--- main-orig.js 2019-01-02 22:38:21.000000000 +0900
+++ main.js 2019-06-29 19:38:46.779346100 +0900
@@ -193,7 +193,7 @@
help_block_html += '<p>' +
'<i class="fa fa-pencil-square"></i>' +
' gist ' +
- '<a href="https://'+ github_endpoint + '/gist/' + id +
+ '<a href="https://gist.'+ github_endpoint + '/' + id +
'" target="_blank">' + id + '</a> will be updated' +
' (' + jqXHR.responseJSON.length +