Skip to content

Commit

Permalink
Enable Malt.jl by default on all systems (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 23, 2024
1 parent 9119b83 commit 2879cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ _([video](https://www.youtube.com/watch?v=rpB6zQNsbQU)) Grant Sanderson ([3Blue1
For one tasty notebook 🥞 you will need:

- [**Julia** v1.6 or above](https://julialang.org/downloads/#current_stable_release)
- **Linux**, **MacOS** or **Windows**, _Linux and MacOS will work best_
- Mozilla **Firefox** or Google **Chrome**

### Installation
Expand Down
4 changes: 2 additions & 2 deletions src/evaluation/WorkspaceManager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function make_workspace((session, notebook)::SN; is_offline_renderer::Bool=false
WorkerType = if is_offline_renderer || !session.options.evaluation.workspace_use_distributed
Malt.InProcessWorker
elseif something(
session.options.evaluation.workspace_use_distributed_stdlib,
Sys.iswindows() ? false : true
session.options.evaluation.workspace_use_distributed_stdlib,
false
)
Malt.DistributedStdlibWorker
else
Expand Down

0 comments on commit 2879cfe

Please sign in to comment.