[yt-svn] commit/yt: jsoishi: added reminder on -L syntax.

Bitbucket commits-noreply at bitbucket.org
Thu Jan 17 12:14:57 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/3ada654fee23/
changeset:   3ada654fee23
branch:      yt
user:        jsoishi
date:        2013-01-17 21:10:51
summary:     added reminder on -L syntax.
affected #:  1 file

diff -r 04fa9a7d799c59d00469ee30cc3f91978eca3b46 -r 3ada654fee2301991b5ef56fff645f5adb3b59fe yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -1437,6 +1437,9 @@
         print
         print "Recall you can create a new SSH tunnel dynamically by pressing"
         print "~C and then typing -L%s:localhost:%s" % (app.port, app.port)
+        print "where the first number is the port on your local machine. "
+        print
+        print "If you are using %s on your machine already, try -L8889:localhost:%s" % (app.port, app.port)
         print
         print "Additionally, while in the notebook, we recommend you start by"
         print "replacing 'yt.mods' with 'yt.imods' like so:"

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list