@marimo-team/islands 0.23.2-dev47 → 0.23.2-dev48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js
CHANGED
|
@@ -69021,7 +69021,7 @@ ${c}
|
|
|
69021
69021
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
69022
69022
|
}
|
|
69023
69023
|
}
|
|
69024
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-
|
|
69024
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-dev48"), showCodeInRunModeAtom = atom(true);
|
|
69025
69025
|
atom(null);
|
|
69026
69026
|
var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
|
|
69027
69027
|
constructor() {
|
package/package.json
CHANGED
|
@@ -32,6 +32,7 @@ import { useRequestClient } from "@/core/network/requests";
|
|
|
32
32
|
import type { TutorialId } from "@/core/network/types";
|
|
33
33
|
import { openNotebook } from "@/utils/links";
|
|
34
34
|
import { Objects } from "@/utils/objects";
|
|
35
|
+
import { MarimoPlusIcon } from "../icons/marimo-icons";
|
|
35
36
|
|
|
36
37
|
const TUTORIALS: Record<
|
|
37
38
|
TutorialId,
|
|
@@ -132,6 +133,12 @@ const RESOURCES = [
|
|
|
132
133
|
icon: MessagesSquareIcon,
|
|
133
134
|
url: Constants.discordLink,
|
|
134
135
|
},
|
|
136
|
+
{
|
|
137
|
+
title: "molab",
|
|
138
|
+
description: "Run marimo notebooks in the cloud",
|
|
139
|
+
icon: MarimoPlusIcon,
|
|
140
|
+
url: Constants.molab,
|
|
141
|
+
},
|
|
135
142
|
{
|
|
136
143
|
title: "YouTube",
|
|
137
144
|
description: "Watch tutorials and demos",
|