Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Julia-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Stamm, Benjamin
Julia-seminar
Commits
8eb3432c
Commit
8eb3432c
authored
1 year ago
by
Michele Nottoli
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-julia-deps' into 'main'
It should work for julia>=1.6 now See merge request
!4
parents
8915a779
8266b285
Branches
Branches containing commit
No related tags found
1 merge request
!4
It should work for julia>=1.6 now
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Manifest.toml
+0
-1082
0 additions, 1082 deletions
Manifest.toml
Project.toml
+3
-0
3 additions, 0 deletions
Project.toml
start_notebook.jl
+4
-0
4 additions, 0 deletions
start_notebook.jl
with
8 additions
and
1082 deletions
.gitignore
+
1
−
0
View file @
8eb3432c
...
...
@@ -8,3 +8,4 @@
*.jl.*.cov
.ipynb_checkpoints
*.gif
Manifest.toml
This diff is collapsed.
Click to expand it.
Manifest.toml
deleted
100644 → 0
+
0
−
1082
View file @
8915a779
This diff is collapsed.
Click to expand it.
Project.toml
+
3
−
0
View file @
8eb3432c
...
...
@@ -2,3 +2,6 @@
IJulia
=
"7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra
=
"37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots
=
"91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
julia
=
"1.6"
This diff is collapsed.
Click to expand it.
start_notebook.jl
0 → 100644
+
4
−
0
View file @
8eb3432c
using
Pkg
Pkg
.
activate
(
"."
)
using
IJulia
notebook
(
dir
=
pwd
())
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