Skip to content

Commit

Permalink
Update Reset Jupyterlite to work (#6834)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored and philippjfr committed May 21, 2024
1 parent 24b07d3 commit 650f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/files/Reset_Jupyterlite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"window.button_for_indexeddb.onclick = function(e) {\n",
" message = document.getElementById(\"clear-storage-message\")\n",
" message.innerText=\"Running\"\n",
" window.indexedDB.open('JupyterLite Storaage').onsuccess = function(e) {\n",
" window.indexedDB.open('JupyterLite Storage').onsuccess = function(e) {\n",
" // There are also other tables that I'm not clearing:\n",
" // \"counters\", \"settings\", \"local-storage-detect-blob-support\"\n",
" let tables = [\"checkpoints\", \"files\"];\n",
Expand Down

0 comments on commit 650f4f9

Please sign in to comment.