We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c013 commit cbb06a9Copy full SHA for cbb06a9
src/core/jupyter/jupyter-embed.ts
@@ -45,7 +45,7 @@ import { globalTempContext } from "../temp.ts";
45
import { isAbsolute } from "path/mod.ts";
46
import { partitionMarkdown } from "../pandoc/pandoc-partition.ts";
47
import { safeExistsSync } from "../path.ts";
48
-import { basename } from "../../vendor/deno.land/[email protected]/path/win32.ts";
+import { basename } from "path/mod.ts";
49
50
export interface JupyterNotebookAddress {
51
path: string;
0 commit comments