Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Aug 5, 2024
1 parent 3d7202f commit 85b5cc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tomotopy/viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
tp.viewer.open_viewer(mdl, port=9999)
# open http://localhost:9999 in your web browser
Or you can run the viewer from the command line:
::
python -m tomotopy.viewer a_trained_model.bin --host localhost --port 9999
# open http://localhost:9999 in your web browser
For more details, please refer to the `tomotopy.viewer.viewer_server.open_viewer` function.
'''

Expand Down

0 comments on commit 85b5cc7

Please sign in to comment.