Ocaml exo base

This commit is contained in:
Yann Damour 2020-04-23 11:40:27 +02:00
parent c9b0ef0dfd
commit cfdd81f092

View File

@ -62,14 +62,14 @@
"(* --------- *)\n",
"\n",
"(*Mettre le bon chemin ici *)\n",
"#cd \"/home/scemama/QCaml\";;\n",
"#cd \"/home/ydamour/QCaml\";;\n",
"\n",
"#use \"topfind\";;\n",
"#require \"jupyter.notebook\";;\n",
"\n",
"#require \"gnuplot\";;\n",
"let png_image name = \n",
" Jupyter_notebook.display_file ~base64:true \"image/png\" (\"Notebooks/images/\"^name)\n",
" Jupyter_notebook.display_file ~base64:true \"image/png\" (name)\n",
";;\n",
"\n",
"#require \"lacaml.top\";;\n",
@ -200,7 +200,7 @@
"\"\n",
"\n",
"let xyz_string =\n",
" string_of_xyz 1.8 10"
" string_of_xyz 1.8 10;;"
]
},
{