Skip to content

Commit

Permalink
Allow to edit environment path manually (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Aug 8, 2022
1 parent 4c5569e commit 1457d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ export class JupyterApplication implements IApplication, IStatefulService {
<div class="row">
<div style="flex-grow: 1;">
<input type="text" id="python-path" value="<%= pythonPath %>" readonly style="width: 100%;"></input>
<input type="text" id="python-path" value="<%= pythonPath %>" style="width: 100%;"></input>
</div>
<div>
<button id='select-python-path' onclick='handleSelectPythonPath(this);'>Select Python path</button>
Expand Down

0 comments on commit 1457d6a

Please sign in to comment.