Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Nov 11, 2020
1 parent 2fbf480 commit a55c7f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,21 @@ Lab 3:
conda activate osemosys
conda install nbstripout
nbstripout --install

Hints
~~~~~

Add a hyperlink to a file to edit by prepending `.../edit` to the relative path of the file.
For example::

Edit this [CSV file](../edit/model/gas/data/CapitalCost.csv)

Link to the view of a folder by prepending `../tree` to the relative path. For example::

View the results [here](../tree/results)

When using `!` to run shell commands, you can include Python variables by prepending them with a `$`.
For example::

my_python_variables = 'a_string'
!echo $my_python_variables | wc

0 comments on commit a55c7f9

Please sign in to comment.