We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fef1a commit f8761a3Copy full SHA for f8761a3
startup/01-base.py
@@ -11,8 +11,8 @@
11
nslsii.configure_base(get_ipython().user_ns,
12
'arpes',
13
publish_documents_with_kafka=True,
14
- redis_prefix="arpes-", # TODO: Verify this is correct
15
- redis_url="info.esm.nsls2.bnl.gov") # TODO: Verify this is correct
+ redis_prefix="arpes-",
+ redis_url="info.esm.nsls2.bnl.gov")
16
17
# Set ipython startup dir variable (used in some modules):
18
PROFILE_STARTUP_PATH = os.path.abspath(get_ipython().profile_dir.startup_dir)
0 commit comments