Skip to content

Commit

Permalink
add new ipcluster options to config template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Mar 20, 2013
1 parent 7cee041 commit 028e472
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion starcluster/templates/config.py
Expand Up @@ -272,9 +272,16 @@
# latency message passing via ZeroMQ. # latency message passing via ZeroMQ.
# [plugin ipcluster] # [plugin ipcluster]
# SETUP_CLASS = starcluster.plugins.ipcluster.IPCluster # SETUP_CLASS = starcluster.plugins.ipcluster.IPCluster
# # Enable the IPython notebook server (optional)
# ENABLE_NOTEBOOK = True # ENABLE_NOTEBOOK = True
# #set a password for the notebook for increased security # # Set a password for the notebook for increased security
# # This is optional but *highly* recommended
# NOTEBOOK_PASSWD = a-secret-password # NOTEBOOK_PASSWD = a-secret-password
# # Set a custom directory for storing/loading notebooks (optional)
# NOTEBOOK_DIRECTORY = /path/to/notebook/dir
# # Set a custom packer. Must be one of 'json', 'pickle', or 'msgpack'
# # This is optional.
# PACKER = pickle
# #
# Use this plugin to create a cluster SSH "dashboard" using tmux. The plugin # Use this plugin to create a cluster SSH "dashboard" using tmux. The plugin
# creates a tmux session on the master node that automatically connects to all # creates a tmux session on the master node that automatically connects to all
Expand Down

0 comments on commit 028e472

Please sign in to comment.