diff --git a/.gitignore b/.gitignore index 0029657..e343e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ tutorial/docs/_build # committed for packages, but should be committed for applications that require a static # environment. Manifest.toml + +# VS code +.vscode diff --git a/tutorial/docs/_config.yml b/tutorial/docs/_config.yml index 7ee4ebe..7583292 100644 --- a/tutorial/docs/_config.yml +++ b/tutorial/docs/_config.yml @@ -10,6 +10,7 @@ logo: images/juliaheplogo.png # See https://jupyterbook.org/content/execute.html execute: execute_notebooks: force + timeout: 100 # Define the name of the latex output file for PDF builds latex: diff --git a/tutorial/docs/geant4-jl-intro.ipynb b/tutorial/docs/geant4-jl-intro.ipynb index b4d120e..fc426e2 100644 --- a/tutorial/docs/geant4-jl-intro.ipynb +++ b/tutorial/docs/geant4-jl-intro.ipynb @@ -690,60 +690,6 @@ "@show GetCubicVolume(union) # G4BooleanSolid cashes the volume\n", "@show DistanceToIn(union, G4ThreeVector(10,10,10)); # this will probabluy crash the program" ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": { - "editable": true, - "slideshow": { - "slide_type": "" - }, - "tags": [ - "scroll-output" - ] - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\u001b[32m\u001b[1mStatus\u001b[22m\u001b[39m `~/.julia/environments/v1.10/Project.toml`\n", - " \u001b[90m[861a8166] \u001b[39mCombinatorics v1.0.2\n", - "\u001b[33m⌅\u001b[39m \u001b[90m[1f15a43c] \u001b[39mCxxWrap v0.14.2\n", - " \u001b[90m[a93c6f00] \u001b[39mDataFrames v1.6.1\n", - " \u001b[90m[eb32b910] \u001b[39mEDM4hep v0.3.1 `~/Development/EDM4hep.jl`\n", - " \u001b[90m[559df036] \u001b[39mGeant4 v0.1.13\n", - " \u001b[90m[7073ff75] \u001b[39mIJulia v1.24.2\n", - " \u001b[90m[f612022c] \u001b[39mLorentzVectorHEP v0.1.6\n", - "\u001b[32m⌃\u001b[39m \u001b[90m[98572fba] \u001b[39mParquet2 v0.2.20\n", - "\u001b[32m⌃\u001b[39m \u001b[90m[91a5bcdd] \u001b[39mPlots v1.40.1\n", - " \u001b[90m[90137ffa] \u001b[39mStaticArrays v1.9.3\n", - "\u001b[32m⌃\u001b[39m \u001b[90m[3cd96dde] \u001b[39mUnROOT v0.10.22\n", - " \u001b[90m[2e619515] \u001b[39mExpat_jll v2.5.0+0\n", - " \u001b[90m[872b6946] \u001b[39mGeant4_jll v11.2.0+0\n", - " \u001b[90m[637d83c4] \u001b[39mXerces_jll v3.2.4+0\n", - "\u001b[36m\u001b[1mInfo\u001b[22m\u001b[39m Packages marked with \u001b[32m⌃\u001b[39m and \u001b[33m⌅\u001b[39m have new versions available. Those with \u001b[32m⌃\u001b[39m may be upgradable, but those with \u001b[33m⌅\u001b[39m are restricted by compatibility constraints from upgrading. To see why use `status --outdated`\n" - ] - } - ], - "source": [ - "using Pkg\n", - "Pkg.status()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "editable": true, - "slideshow": { - "slide_type": "" - }, - "tags": [] - }, - "outputs": [], - "source": [] } ], "metadata": {