Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e673fde
direct copy from pyodide-0.10 build
teonbrooks Apr 1, 2019
d4f7883
Rebased with makebrainwaves/master
jdpigeon Apr 26, 2020
40b08b3
Update pyodide.js
teonbrooks Apr 3, 2019
4a3abfe
rewriting the python dependency within brainwaves
teonbrooks Apr 7, 2019
ff76465
fixed package script conflict
jdpigeon Apr 26, 2020
147326d
fixed package script conflict
jdpigeon Apr 26, 2020
9a03113
rename files from jupyter to pyodide
teonbrooks Apr 7, 2019
6be006b
WIP cleanup and overhaul
teonbrooks Apr 9, 2019
3a02731
overhaul continues
teonbrooks Apr 12, 2019
7c2c30b
Switched Cortex wrapper to debug verbosity
jdpigeon May 26, 2019
73459a0
Speculatively updated epics for pyodide
jdpigeon May 26, 2019
83418cf
Added node pyodide install script
jdpigeon Jun 17, 2019
ffd5fab
Added loading of pyodide within app epics
jdpigeon Jun 18, 2019
d5145e1
moving files
teonbrooks Jun 19, 2019
9783e7a
Reverted inadvertent logging change
jdpigeon Jul 8, 2019
6773440
updates and rebase
teonbrooks Aug 3, 2019
5f416ea
massive overhaul of pyodide in the app
teonbrooks Aug 3, 2019
473b711
Tidyed up pyodide files and removed some jupyter dependencies
jdpigeon Mar 7, 2020
4092c58
Updated pyodide version
jdpigeon Mar 7, 2020
465a79d
fixed rebase bug
jdpigeon Apr 26, 2020
4961fa8
Switched to web worker with different epic pattern
jdpigeon May 11, 2020
4523001
Tidied up dependency bugs related to pyodide rebase
jdpigeon May 11, 2020
446bfa4
additional cleanup from rebase
teonbrooks Oct 15, 2020
b2b687b
wip
teonbrooks Jun 29, 2021
fd76cd5
Delete index.js
teonbrooks Jul 2, 2021
a65f242
Delete pyodideActions.js
teonbrooks Jul 2, 2021
28246d2
Converted js epics to ts
jdpigeon Jul 2, 2021
523251d
Updated pyodide actions
jdpigeon Jul 2, 2021
d442c5c
Updated utils to typescript
jdpigeon Jul 2, 2021
74cf703
fix the postinstall script
teonbrooks Jul 2, 2021
ec4782a
fix the reducer to remove the SetMainChannel action
teonbrooks Jul 2, 2021
e8399c6
code cleanup
teonbrooks Jul 3, 2021
ea960fd
updated the webworker code to rely on pyodide loader
teonbrooks Jul 3, 2021
2e4339e
updates to package.json
teonbrooks Jul 3, 2021
b152ed6
debugging
teonbrooks Jul 3, 2021
a459369
Fixed issues with pyodide not loading;
jdpigeon Aug 1, 2021
6b5f79f
Debug screen added; blocked by pyodide error
jdpigeon Aug 1, 2021
987a5ea
fixed error related to the field
teonbrooks Aug 2, 2021
62173fc
patch pyodide
teonbrooks Sep 17, 2021
6222cb1
Update InstallPyodide.js
teonbrooks Aug 23, 2022
03f976f
Massive overhaul
teonbrooks Feb 20, 2026
65ad7b4
Remove babel and webpack
teonbrooks Feb 20, 2026
c4e0601
package upgrades
teonbrooks Feb 20, 2026
281ad0c
more package upgrades
teonbrooks Feb 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,20 @@ app/node_modules
# OSX
.DS_Store

# App packaged
# Build outputs
release
out
dist
dll

# Old webpack build artifacts
app/*.main.prod.js
app/main.prod.js
app/main.prod.js.map
app/renderer.prod.js
app/renderer.prod.js.map
app/style.css
app/style.css.map
dist
dll
main.js
main.js.map

Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ node_modules

# App packaged
release
out
dist

# Old webpack build artifacts
app/main.prod.js
app/main.prod.js.map
app/renderer.prod.js
app/renderer.prod.js.map
app/style.css
app/style.css.map
dist
dll
main.js
main.js.map
Expand All @@ -49,3 +52,6 @@ npm-debug.log.*
*.sass.d.ts
*.scss.d.ts
keys.js

app/utils/pyodide/src
src/renderer/utils/pyodide/src
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lint-staged
50 changes: 0 additions & 50 deletions app/actions/jupyterActions.ts

This file was deleted.

50 changes: 0 additions & 50 deletions app/app.html

This file was deleted.

Binary file removed app/app.icns
Binary file not shown.
14 changes: 0 additions & 14 deletions app/assets/image.d.ts

This file was deleted.

Loading
Loading