You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support conda envs without changeps1 (#125)
Most people have conda add the current env name to PS1. This breaks the
parsing of PS1, and in particular prevents bash_kernel doing `echo $?`
to find if the previous command succeeded.
This change makes the PS1 expect string a regex that allows for the
`(envname) ` which conda adds.
Version 0.9.0 (2022-12-17)
- Support for progress bars, and display and updating of HTML/JS content. Thanks to @janpfeifer (#122)
- Add a Binder template/config (thanks @mwouts)