Skip to content

Commit

Permalink
Restore dev.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Jun 9, 2024
1 parent 68db3f5 commit 3a8911f
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/docs/build/

# Jupyter Notebook
*.ipynb
# *.ipynb
.ipynb_checkpoints
.ipynb_checkpoints/
.ipynb_checkpoints/*
Expand Down
72 changes: 72 additions & 0 deletions dev/dev.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "f104b268",
"metadata": {},
"source": [
"# Packages"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "c8aaaebe",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001b[32m\u001b[1m Activating\u001b[22m\u001b[39m project at `C:\\Users\\user\\Desktop\\GitHub\\Antique.jl`\n",
"\u001b[32m\u001b[1m No Changes\u001b[22m\u001b[39m to `C:\\Users\\user\\Desktop\\GitHub\\Antique.jl\\Project.toml`\n",
"\u001b[32m\u001b[1m No Changes\u001b[22m\u001b[39m to `C:\\Users\\user\\Desktop\\GitHub\\Antique.jl\\Manifest.toml`\n"
]
}
],
"source": [
"using Pkg\n",
"\n",
"# Pkg.add(\"Revise\")\n",
"using Revise\n",
"\n",
"Pkg.instantiate()\n",
"Pkg.activate(\"../\")\n",
"Pkg.resolve()\n",
"using Antique\n",
"using CairoMakie"
]
},
{
"cell_type": "markdown",
"id": "1c1add1b",
"metadata": {},
"source": [
"# DO NOT COMMIT"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "37256712",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.2",
"language": "julia",
"name": "julia-1.9"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.2"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 3a8911f

Please sign in to comment.