Skip to content

Commit

Permalink
Fix copying of database not work in Jupyterlite (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 20, 2023
1 parent b4e5c67 commit 308b0dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion holonote/annotate/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def commit(_self):
factory=CopyConnection,
detect_types=sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES,
)
con.execute("PRAGMA journal_mode=WAL;")
return con


Expand Down
2 changes: 1 addition & 1 deletion scripts/jupyterlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export VERSION

# Update lockfiles
rm -rf node_modules
npm install pyodide
npm install pyodide@0.24.1
node update_lock.js
python patch_lock.py
rm node_modules/pyodide/*.whl
Expand Down
4 changes: 2 additions & 2 deletions scripts/jupyterlite/update_lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ async function main() {
import micropip
await micropip.install([
"https://cdn.holoviz.org/panel/1.3.4/dist/wheels/bokeh-3.3.1-py3-none-any.whl",
"https://cdn.holoviz.org/panel/1.3.4/dist/wheels/panel-1.3.4-py3-none-any.whl",
"https://cdn.holoviz.org/panel/1.3.5/dist/wheels/bokeh-3.3.2-py3-none-any.whl",
"https://cdn.holoviz.org/panel/1.3.5/dist/wheels/panel-1.3.5-py3-none-any.whl",
"https://files.pythonhosted.org/packages/7f/0e/f3e09ad030185c5f2bb03265778699c8f80d7481b1e0abbb2a12c63fe093/holoviews-1.18.2a2-py2.py3-none-any.whl",
"holonote",
"hvplot",
Expand Down

0 comments on commit 308b0dd

Please sign in to comment.