Skip to content

Commit

Permalink
Remove outdated gui script saving instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Oct 9, 2024
1 parent d9872ed commit 744eb65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ If you want a notebook or script to run for longer than about 60 minutes and you
Under construction: how long is the period of inactivity that gets culled?

### How can I save my notebook as a Python script?
There are multiple ways to convert a notebook to a script, these are the two easiest ways to use on Fornax:
There are multiple ways to convert a notebook to a Python script, the easiest is to use `jupytext` on the command line. It is installed on Fornax, but if you work on your local computer, you may need to pip install it first:

* in Jupyter, use the File menu > Export Notebook As...
* from the command line: `jupytext --to script <your_notebook_file>`
* `jupytext --to script <your_notebook_file>`

### How can I run a notebook non-interactively?
Under Construction.
Expand Down

0 comments on commit 744eb65

Please sign in to comment.