Replies: 1 comment 2 replies
-
Hi @empollon9, Based on what I understood about your issue, you installed a package from Conda that requires a few drivers. It might be more straightforward for you to build on top of our jupytelab docker image and install the appropriate drivers for the Ubuntu platform as outlined here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All,
It might be a dumb question, but I have not seen it anywhere. If you need to import your data from a DB (I use Microsoft SQL Server), you need to install the drivers. I am using pyodbc. example below:
This fails as
I tried to install the driver in Nebari following Microsoft guide
But I found that you cannot sudo from a bash terminal either on VS Code or JupyterHub
Beta Was this translation helpful? Give feedback.
All reactions