mirror of
https://gitlab.rlp.net/mobitar/julia_course.git
synced 2024-11-23 13:31:36 +00:00
Test Revise after startup
This commit is contained in:
parent
826b6931d3
commit
63d1576f49
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
### A Pluto.jl notebook ###
|
### A Pluto.jl notebook ###
|
||||||
# v0.18.4
|
# v0.19.0
|
||||||
|
|
||||||
using Markdown
|
using Markdown
|
||||||
using InteractiveUtils
|
using InteractiveUtils
|
||||||
|
@ -37,6 +37,8 @@ using Revise
|
||||||
Make sure that the two packages are in your global environment.
|
Make sure that the two packages are in your global environment.
|
||||||
|
|
||||||
Now launch Julia and test the syntax highlighting provided by `OhMyREPL`.
|
Now launch Julia and test the syntax highlighting provided by `OhMyREPL`.
|
||||||
|
|
||||||
|
Include a file using `includet` (not `include`) to test that Revise is also imported at startup.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ╔═╡ 53bbb6c2-b264-4892-8e18-af8a1a5d5c2d
|
# ╔═╡ 53bbb6c2-b264-4892-8e18-af8a1a5d5c2d
|
||||||
|
@ -52,8 +54,7 @@ Can you optimize more? Do some benchmarking!
|
||||||
|
|
||||||
Plot the "squaring difference" of `i` against `i`.
|
Plot the "squaring difference" of `i` against `i`.
|
||||||
|
|
||||||
Hints:
|
**Hints:**
|
||||||
- You might need to use `BigInt`!
|
|
||||||
- Verify that `Threads.nthreads()` returns a number bigger than one.
|
- Verify that `Threads.nthreads()` returns a number bigger than one.
|
||||||
- You have to import needed packages.
|
- You have to import needed packages.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue