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 f24365a commit cc2118bCopy full SHA for cc2118b
piccolo/apps/playground/commands/run.py
@@ -132,8 +132,7 @@ def run(
132
import IPython
133
except ImportError:
134
print(
135
- "Install iPython using `pip install ipython==7.6.1` to use this "
136
- "feature."
+ "Install iPython using `pip install ipython` to use this feature."
137
)
138
sys.exit(1)
139
piccolo/apps/shell/commands/run.py
@@ -10,8 +10,7 @@ def start_ipython_shell(**tables: t.Dict[str, t.Type[Table]]):
10
11
12
13
14
15
16
17
0 commit comments