Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lasso
containers
run-lasso-o_shcu
Commits
6581fe75
Commit
6581fe75
authored
May 18, 2021
by
Carina Lansing
Browse files
Fixed the styling of the note boxes.
parent
06465461
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6581fe75
...
...
@@ -47,14 +47,11 @@ sgpwrfout10C1.00
sgpwrfstat10C1.00
```
---
**NOTE**
You do not have to copy any observational data (e.g., sgpcldfracset15mC1.c1, sgplassodiagobsC1.c1)
<div
style=
"background-color: #F9F5D2; border: 1px solid grey; margin: 10px; padding: 10px;"
>
<strong>
NOTE:
</strong>
You do not have to copy any observational data (e.g., sgpcldfracset15mC1.c1, sgplassodiagobsC1.c1),
as this data is embedded in the container image.
---
</div>
### 4) Edit config.yml file
Edit the config.yml file to provide parameters about your run. The config.yml file contains
...
...
notebooks/README.md
View file @
6581fe75
...
...
@@ -51,8 +51,14 @@ $ conda activate lasso
$
jupyter-notebook
--ip
=
0.0.0.0
--no-browser
--port
=
56269
```
*
Note that we are binding to the arbitrary port 56269. If this port
<div
style=
"background-color: #F9F5D2; border: 1px solid grey; margin: 10px; padding: 10px;"
>
<strong>
NOTE:
</strong>
You MUST be in the notebooks folder when you run the juptyer-notebook
command or else the notebook links will not behave correctly.
Also, we are binding to the arbitrary port 56269. If this port
is in use on your server, feel free to change the port number as needed.
</div>
When you start your juptyer notebook kernel, the console should output
the http url from which you can access your notebook. For example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment