Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kalondar committed Oct 27, 2021
1 parent fbc7572 commit b942357
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions streamingcli/jupyter/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@ def execute_flink_sql(self, line, cell):
return line, cell


# In order to actually use these magics, you must register them in Jupyter with a running IPython:
# %load_ext streamingcli.jupyter.integrations
#
# Then, to install it in local jypyter kernel, call:
#
# python -m pip install -e file:///Users/kalondar/projects/streaming-labs/streaming-cli
def load_ipython_extension(ipython):
ipython.register_magics(Integrations)

0 comments on commit b942357

Please sign in to comment.