Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Optimisation numérique - Projet
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toc
Etudiants N7
Optimisation numérique - Projet
Commits
3bd5d4f4
Commit
3bd5d4f4
authored
2 years ago
by
Olivier Cots
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9e2e1e37
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-0
21 additions, 0 deletions
README.md
with
21 additions
and
0 deletions
README.md
+
21
−
0
View file @
3bd5d4f4
...
@@ -66,5 +66,26 @@ using Pkg
...
@@ -66,5 +66,26 @@ using Pkg
Pkg
.
add
(
"pkg-name"
)
Pkg
.
add
(
"pkg-name"
)
```
```
## Installation de `julia` sur une machine personnelle
1.
Installer
[
Julia
](
https://julialang.org/downloads/
)
2.
Ouvrir Julia
3.
Installation de noyau julia dans Jupyter
Pour utiliser
`Jupyter notebook`
il faut au préalable installer le noyau Julia. Pour cela, exécuter les commandes :
```
julia
using
Pkg
Pkg
.
add
(
"IJulia"
)
Pkg
.
build
(
"IJulia"
)
```
Maintenant, il est possible d'ouvrir Jupyter pour exécuter des notebooks Julia.
Pour cela, toujours dans
`Julia`
faites :
```
julia
using
IJulia
notebook
()
```
Il vous sera peut-être demandé d'installer Jupyter. Suivez alors les instructions.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment