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

JuliaExcel does not work if Windows Terminal is installed #9

Closed
PGS62 opened this issue Dec 10, 2021 · 0 comments
Closed

JuliaExcel does not work if Windows Terminal is installed #9

PGS62 opened this issue Dec 10, 2021 · 0 comments

Comments

@PGS62
Copy link
Owner

PGS62 commented Dec 10, 2021

If Windows Terminal is installed and is the "Default terminal application" then when Julia launches, rather than being in its own window its in a tab inside the Windows Terminal application. That breaks step 2 of How JuliaExcel works probably because the code to get the window handle of Julia is returning an incorrect handle (to the parent window perhaps?). So far I've not been able to fix this.

A work-around is to make the default terminal application be "Windows Console Host":

  • Launch Windows Terminal from the start menu.
  • Ctrl, (Control plus comma) to see the Settings screen.
  • In the "Startup" section select "Windows Console Host" as the "Default terminal application".
  • Click "Save".
  • Test thatJuliaLaunch called from a worksheet launches Julia in a "stand-alone" window and that =JuliaEval("1+1") works correctly.

image

@PGS62 PGS62 changed the title JuliaExcel does not work if WindowsTerminal is installed JuliaExcel does not work if Windows Terminal is installed Dec 10, 2021
@PGS62 PGS62 closed this as completed Feb 6, 2023
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

No branches or pull requests

1 participant