MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

Add support for Windows #49

Open LinuxJedi opened 1 year ago

LinuxJedi commented 1 year ago

At the moment Windows is not supported (see #34). Support for this should be considered.

robertbindar commented 1 year ago

@LinuxJedi https://pexpect.readthedocs.io/en/latest/overview.html#pexpect-on-windows this wasn't available when I wrote the client, it might be worth investigating as a cheap,quick alternative to https://github.com/MariaDB/mariadb_kernel/issues/27

LinuxJedi commented 1 year ago

@LinuxJedi https://pexpect.readthedocs.io/en/latest/overview.html#pexpect-on-windows this wasn't available when I wrote the client, it might be worth investigating as a cheap,quick alternative to #27

Thanks! Ideally I do want to do #27 as I think it fixes a few things for us. But I'll definitely take a look at this too.

jimrandell commented 6 months ago

:thumbsup: :thumbsup: :thumbsup: I can't remember the last time I wanted a tool as much as I want a MariaDB Jupyter kernel I can run natively on windows. I keep a seperate linux box under my desk, specifically for running this kernel in vscode. I'd be pleased to provide feedback if( :pray: )/when you have something worth sharing!

grooverdan commented 6 months ago

@jimrandell, thanks for your interest. As you probably guessed, we're a little time poor, so contributions to #27 are very welcome.