fixes
diff --git a/wally/main.py b/wally/main.py
index 497bdac..36a2690 100644
--- a/wally/main.py
+++ b/wally/main.py
@@ -159,9 +159,9 @@
ipython_parser = subparsers.add_parser('ipython', help=ipython_help)
ipython_parser.add_argument("storage_dir", help="Storage path")
# ---------------------------------------------------------------------
- jupyter_help = 'run ipython in prepared environment'
- jupyter_parser = subparsers.add_parser('jupyter', help=jupyter_help)
- jupyter_parser.add_argument("storage_dir", help="Storage path")
+ # jupyter_help = 'run jupyter in prepared environment'
+ # jupyter_parser = subparsers.add_parser('jupyter', help=jupyter_help)
+ # jupyter_parser.add_argument("storage_dir", help="Storage path")
# ---------------------------------------------------------------------
test_parser = subparsers.add_parser('test', help='run tests')