Skip to content

Instantly share code, notes, and snippets.

@elrikdante
Last active September 12, 2021 01:44
Show Gist options
  • Save elrikdante/df353c60a93e2860a53739ef541bd119 to your computer and use it in GitHub Desktop.
Save elrikdante/df353c60a93e2860a53739ef541bd119 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "60e0d531",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"2"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"1+1"
]
},
{
"cell_type": "markdown",
"id": "5f7f1722",
"metadata": {},
"source": [
"- 1920 ILL USE GITHUB FOR NOTES, BUT THE FORMAT WILL BE A JUPITER NOTEBOOK\n",
"- 1924 sudo python -m ensurepip --upgrade # for installing pip\n",
"- 1926 jupyter notebook # to start app\n",
"- 1934 python -m venv\n",
"- 1954 # sudo dtruss -p 69 -f # meh ;f\n",
"- 2018 python3 -m pip install -U cffi pip setuptools\n",
"- 1925 pip3 install notebook # to install jupyter notebook\n",
"- 2020 python3 -m notebook # launches notebook app!!!\n",
"- 2138 Unpacking GHC into /Users/dante.elrik/.stack/programs/x86_64-osx/ghc-8.10.7.temp/\n",
"- 2120 curl -sSL https://get.haskellstack.org/ | sh # install haskell compilation tools"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "42b98df2",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment