polynote/polynote
View on GitHubEnable to configure the compiler for the Scala REPL for Scala interpretor
Open
#1,211 opened on Nov 8, 2021
enhancementgood first issue
Repository metrics
- Stars
- (4,205 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description It looks the Polynote doesn't support to configure Scala REPL like other notebook product. For example, jupyter notebook support to configure Scala REPL such as
interp.configureCompiler(_.settings.outputDirs.setSingleOutput(replClassPath))
interp.configureCompiler(_.settings.Yreplclassbased)
Some configuration is hard-coded such as settings.Ydelambdafy.value is set as "inline".
It will be great if the Scala REPL options are configurable.