Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Laurent Heirendt
courses
Commits
484c8178
Verified
Commit
484c8178
authored
2 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
change order of slides
parent
3cfdcb63
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2022/2022-06-08_JuliaForNewcomers/slides/bootstrap.md
+11
-10
11 additions, 10 deletions
2022/2022-06-08_JuliaForNewcomers/slides/bootstrap.md
with
11 additions
and
10 deletions
2022/2022-06-08_JuliaForNewcomers/slides/bootstrap.md
+
11
−
10
View file @
484c8178
...
...
@@ -54,34 +54,35 @@ Julia interprets some additional keys to make our life easier:
# Loading libraries, modules and packages
- Load a local file (with shared functions etc.)
# Managing packages from the package management environment
- Install a package
```julia
include("mylibrary.jl")
] add UnicodePlots
```
-
Load a package, add its exports to the global namespac
e
-
Uninstall a packag
e
```julia
using
UnicodePlots
] remove
UnicodePlots
```
#
Managing packages from the package management environment
#
Loading libraries, modules and packages
-
Install a package
-
Load a local file (with shared functions etc.)
```julia
] add UnicodePlots
include("mylibrary.jl")
```
-
Uninstall
a package
-
Load
a package
, add its exports to the global namespace
```julia
] remove
UnicodePlots
using
UnicodePlots
```
...
...
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