Skip to content

Commit

Permalink
Fix cwd for Notebooks (#187)
Browse files Browse the repository at this point in the history
* Debug location

* Fixing location ?

* Remove logs

* Update snapshots
  • Loading branch information
martinRenou authored Feb 28, 2025
1 parent 4b0d9d8 commit 3bdf9f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xeus/src/web_worker_kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class WebWorkerKernel implements IKernel {
if (await this._remoteKernel.isDir('/files')) {
await this._remoteKernel.cd('/files');
} else {
await this._remoteKernel.cd(localPath);
await this._remoteKernel.cd(`/drive/${localPath}`);
}
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3bdf9f3

Please sign in to comment.