Replies: 1 comment
-
The %use magics are supposed to be in a different cell. If yours are not, that should help :). I also noticed on my machine, playing around with JDBC, thanks to incompatibilities with notebooks and the classpath JDBC queries, I need the "Select Project Libraries to add to the Notebook Classpath" setting and the project next to my notebook needs to depend on the JDBC library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried a basic notebook to try
DataFrame.readSqlTable(...)
and it does not work within Intellij Kotlin notebooks.results in errors
Anyone else have any luck?
Beta Was this translation helpful? Give feedback.
All reactions