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 fa7ea76 commit 3fa007cCopy full SHA for 3fa007c
src/packages/frontend/compute/public-templates.tsx
@@ -133,7 +133,7 @@ const TAGS = {
133
const im = configuration.image.toLowerCase();
134
return im.includes("sage") || im.includes("anaconda");
135
},
136
- desc: "with a Julia oriented image",
+ desc: "with a SageMath oriented image",
137
group: 1,
138
139
Julia: {
0 commit comments