Closed metasim closed 5 years ago
$ for p in nbformat jupyter-client markdown nbconvert ipython ipykernel pygments; do pip show $p | egrep 'Name|Version'; done
Name: nbformat
Version: 4.4.0
Name: jupyter-client
Version: 5.2.2
Name: Markdown
Version: 3.1.1
Name: nbconvert
Version: 5.3.1
Name: ipython
Version: 6.2.1
Name: ipykernel
Version: 4.8.0
Name: Pygments
Version: 2.2.0
$ for p in nbformat jupyter-client markdown nbconvert ipython ipykernel pygments; do pip show $p | egrep 'Name|Version'; done
Name: nbformat
Version: 4.4.0
Name: jupyter-client
Version: 5.2.4
Name: Markdown
Version: 3.1.1
Name: nbconvert
Version: 5.5.0
Name: ipython
Version: 7.5.0
Name: ipykernel
Version: 5.1.0
Name: Pygments
Version: 2.4.0
Fixed in https://github.com/s22s/rasterframes/commit/029c220c3db035cfe0804f5135ce0e95417b021b, but does make me concerned about using pweave
now, especially since there's a PR to fix it that's quite old and unmerged.
https://github.com/mpastell/Pweave/issues/140 🤔
On Fri, Jun 7, 2019, 20:56 Simeon H.K. Fitch notifications@github.com wrote:
Fixed in s22s@029c220 https://github.com/s22s/rasterframes/commit/029c220c3db035cfe0804f5135ce0e95417b021b, but does make me concerned about using pweave now, especially since there's a PR to fix it that's quite old and unmerged.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/locationtech/rasterframes/issues/142?email_source=notifications&email_token=AB3P4L3T7T4B37YNODLPIYDPZL7TXA5CNFSM4HV7WGHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXHJWOI#issuecomment-500079417, or mute the thread https://github.com/notifications/unsubscribe-auth/AB3P4LYSJELH2IOXQQSWYLDPZL7TXANCNFSM4HV7WGHA .
Running
pweave
in different Python environments results in different results. In one case the correct output (markdown with code evaluated) is generated. In the other only the input code is show with no evaluated results.cc: @vpipkt
Environments
Working Environment
Running pweave
Conda Pweave Info
Broken Environment
Running pweave
Conda Pweave Info