Closed cosh closed 4 years ago
custom magics are not supported in databricks notebooks. However, you can use instead the jupyter notebooks environment with a connector to databricks
Michael
From: Henning Rauch notifications@github.com Sent: Monday, September 30, 2019 5:05:51 PM To: microsoft/jupyter-Kqlmagic jupyter-Kqlmagic@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [microsoft/jupyter-Kqlmagic] ImportError: this version of pandas is incompatible with numpy < 1.12.0 on databricks cluster python 3 (#45)
I used Kqlmagic 0.1.106.post2 with and Azure Databricks 5.5 cluster (python 3)
`ImportError: this version of pandas is incompatible with numpy < 1.12.0
ImportError Traceback (most recent call last) in () ----> 1 get_ipython().magic('reload_ext Kqlmagic')
/databricks/python/lib/python3.5/site-packages/IPython/core/interactiveshell.py in magic(self, arg_s) 2203 Out[2]: ('x.l', ['x.ljust', 'x.lower', 'x.lstrip']) 2204 """ -> 2205 2206 # Inject names into builtin so we can complete on the added names. 2207 with self.builtin_trap:
/databricks/python/lib/python3.5/site-packages/IPython/core/interactiveshell.py in run_line_magic(self, magic_name, line) 2124 2125 def _indent_current_str(self): -> 2126 """return the current level of indentation as a string""" 2127 return self.input_splitter.get_indent_spaces() * ' ' 2128
in reload_ext(self, module_str) `
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fjupyter-Kqlmagic%2Fissues%2F45%3Femail_source%3Dnotifications%26email_token%3DACGKLXQDUD6U3EPVURVZHUDQMIBT7A5CNFSM4I33M6UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOR7MDA&data=02%7C01%7Cmichabin%40microsoft.com%7C8607dbc1c8ec47150f4a08d745af4d94%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637054491605455241&sdata=h0I5oth1oxzKqTb%2FMJeyMk5qvgbuWCwLFE3zsKs%2F448%3D&reserved=0, or mute the threadhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACGKLXVD5PB6REWOQ72OE3DQMIBT7ANCNFSM4I33M6UA&data=02%7C01%7Cmichabin%40microsoft.com%7C8607dbc1c8ec47150f4a08d745af4d94%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637054491605465239&sdata=eeNP8xixvJO7YPyXTr0Pu36VYGY22GkTJCaek6AMeGs%3D&reserved=0.
I used Kqlmagic 0.1.106.post2 with and Azure Databricks 5.5 cluster (python 3)
`ImportError: this version of pandas is incompatible with numpy < 1.12.0
ImportError Traceback (most recent call last)