File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/filters/quarto-pre Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ export const jupyterEngine: ExecutionEngine = {
471471
472472 let running = false ;
473473 const [ _dir , stem ] = dirAndStem ( options . input ) ;
474- const appFile = `${ stem } -app.py` ;
474+ const appFile = `${ stem } -qmd- app.py` ;
475475 const cmd = [
476476 ...await pythonExec ( ) ,
477477 "-m" ,
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ function server_shiny()
146146 file :close ()
147147
148148 -- Convert the json file to myfile-app.py by calling `shiny convert-cells`.
149- appOutfile = pandoc .path .split_extension (quarto .doc .input_file ) .. " -app.py"
149+ appOutfile = pandoc .path .split_extension (quarto .doc .input_file ) .. " -qmd- app.py"
150150 callPythonShiny (
151151 { " cells-to-app" , codeCellsOutfile , appOutfile }
152152 )
You can’t perform that action at this time.
0 commit comments