feat: python in the browser (#50913)

Co-authored-by: Beau Carnes <1513130+beaucarnes@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2023-07-28 07:36:25 +02:00
committed by GitHub
parent 0caaf7ec66
commit 69d6ee32bf
61 changed files with 1937 additions and 356 deletions
@@ -147,7 +147,9 @@ function getProjectPreviewConfig(challenge, allChallengeEdges) {
showProjectPreview:
challengeOrder === 0 &&
usesMultifileEditor &&
challengeType !== challengeTypes.multifileCertProject,
challengeType !== challengeTypes.multifileCertProject &&
// TODO: revert this to enable project previews for python challenges
challengeType !== challengeTypes.python,
challengeData: {
challengeType: lastChallenge.challengeType,
challengeFiles: projectPreviewChallengeFiles