Upgrade @jupyterlite/contents for JupyterLite 0.6.0#549
Conversation
Also tweaks webR's DRIVEFS mounting mechanism for changes in JupyterLite's DriveFS and Emscripten's FS API.
d2d36f0 to
d875047
Compare
d875047 to
b0ed0ac
Compare
|
@georgestagg Is there any chance of also upgrading the jupyterlite requirements in the 0.4.3 tag (we're running behind on the R version at the moment...) |
* Upgrade @jupyterlite/contents to v0.6.2 Also tweaks webR's DRIVEFS mounting mechanism for changes in JupyterLite's DriveFS and Emscripten's FS API. * Update NEWS.md * Update flake.nix
* Upgrade @jupyterlite/contents to v0.6.2 Also tweaks webR's DRIVEFS mounting mechanism for changes in JupyterLite's DriveFS and Emscripten's FS API. * Update NEWS.md * Update flake.nix
|
@psychemedia I've back ported the JupyterLite DriveFS update to the v0.4.x series of webR. I think you should now be able to drop in webR v0.4.4 into JupyterLite 0.6.0, let me know if you have issues and we can continue to work on it in patch releases to the v0.4 series. |
|
Hi @georgestagg Yep, that seems to work fine running Jupyterlite 0.6.x and R 04.4.4 package; running // webR/config.ts
var BASE_URL = IN_NODE ? __dirname + "/" : "./";
var PKG_BASE_URL = "https://repo.r-wasm.org";
var WEBR_VERSION = "0.4.3";although it looks to be set correctly to I also get a warning message: |
Closes #548.