Skip to content

Commit

Permalink
Update JupyterLiteEmbed URL in JupyterLiteEmbed.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilrybacki committed Jul 12, 2024
1 parent 962c791 commit 5ed3633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/markdown/JupyterLiteEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "keyboard-css";

import * as React from "react";

const JUPYTERLITE_URL = "myjupyterlite-git-jupyterlite-kamilrybacki.vercel.app";
const JUPYTERLITE_URL = "myjupyterlite-git-jupyterlite-kamilrybackis-projects.vercel.app";

interface JupyterLiteEmbedProps {
size: string;
Expand Down
1 change: 0 additions & 1 deletion src/content/articles/_reflections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ However, these JSON schemas do not contain information about one of the most fle
which can be defined **programmatically** in the Python code. So that is one of the issues that I want to tackle.
This can be easily seen in the following example:


Also, while on the topic of allowing custom validators, I want their definitions to be as **flexible** as possible,
while remembering that somebody can use a cheeky `eval` to inject some malicious code into the system or
`shutil.rmtree` to delete the whole filesystem.
Expand Down

0 comments on commit 5ed3633

Please sign in to comment.