Small pokémon update
This commit is contained in:
parent
4dade4637a
commit
f5c31f5adf
33
julia.ipynb
33
julia.ipynb
|
@ -2,36 +2,13 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [],
|
||||||
{
|
|
||||||
"name": "stdout",
|
|
||||||
"output_type": "stream",
|
|
||||||
"text": [
|
|
||||||
"Julia Version 1.10.0\n",
|
|
||||||
"Commit 3120989f39 (2023-12-25 18:01 UTC)\n",
|
|
||||||
"Build Info:\n",
|
|
||||||
"\n",
|
|
||||||
" Note: This is an unofficial build, please report bugs to the project\n",
|
|
||||||
" responsible for this build and not to the Julia project unless you can\n",
|
|
||||||
" reproduce the issue using official builds available at https://julialang.org/downloads\n",
|
|
||||||
"\n",
|
|
||||||
"Platform Info:\n",
|
|
||||||
" OS: Linux (x86_64-unknown-linux-gnu)\n",
|
|
||||||
" CPU: 8 × Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz\n",
|
|
||||||
" WORD_SIZE: 64\n",
|
|
||||||
" LIBM: libopenlibm\n",
|
|
||||||
" LLVM: libLLVM-15.0.7 (ORCJIT, skylake)\n",
|
|
||||||
" Threads: 1 on 8 virtual cores\n",
|
|
||||||
"Environment:\n",
|
|
||||||
" LD_LIBRARY_PATH = /nix/store/ccbxkk7cdnfgsl6mgfdlikni4mxwandj-pipewire-1.0.3-jack/lib\n",
|
|
||||||
" JULIA_NUM_THREADS = \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"source": [
|
"source": [
|
||||||
"versioninfo()"
|
"for i=1:5\n",
|
||||||
|
" println(i)\n",
|
||||||
|
"end"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
315
pokémon.ipynb
315
pokémon.ipynb
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue