Skip to content

Instantly share code, notes, and snippets.

@ashtonmv
Last active September 18, 2020 11:53
Show Gist options
  • Save ashtonmv/d1e7f095679ee64776425f8912ede31e to your computer and use it in GitHub Desktop.
Save ashtonmv/d1e7f095679ee64776425f8912ede31e to your computer and use it in GitHub Desktop.
Trying to embed Jupyter in a website
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"x = [1, 2, 3]"
]
}
]
}
channels:
- conda-forge
dependencies:
- python=3.7.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment