Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding windows support to the python wrapper #3

Merged
merged 2 commits into from
Aug 21, 2015

Conversation

rohit-gupta
Copy link
Contributor

Hi,

I used BHtSNE quite a few times recently for a project, and I got the python wrapper to work on windows after making a couple of pretty simple changes. Thought I should submit a patch in case any one else wanted to use it on windows as well.

1. Changed '/dev/null' to os.devnull
2. Fixed bhtsne.exe binary location
lvdmaaten added a commit that referenced this pull request Aug 21, 2015
Adding windows support to the python wrapper
@lvdmaaten lvdmaaten merged commit 4084794 into lvdmaaten:master Aug 21, 2015
@lvdmaaten
Copy link
Owner

Looks good to me, thanks!

@AliFlux
Copy link

AliFlux commented Jun 6, 2019

Hi, can we remove the os.fork() function to allow full compatibility with windows and jupyter? Please take a look at my code at #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants