ea42gh
ea42gh
To push this forward, I created a video from the Promo notebook. Everybody interested (@philippjfr @jbednar @MarcSkovMadsen ?) please comment! https://drive.protonmail.com/urls/K66V127PX8#RacCEK6TjoXa Some of my own notes: * audio quality is...
Hope that means a great vacation!!
@jbednar do you really want me to voice the video? I did not contribute to param, and I do have an accent! I have always had trouble with how to...
@jbednar @MarcSkovMadsen I put up two new versions of the promo video: 1) the original file: https://drive.protonmail.com/urls/SAVKC3CWP0.#2foouSqCo1qY 2) the file with highlighting zoom and pan. https://drive.protonmail.com/urls/F3SK7AEPG4#CJ5JZ6fNo8Ds please give me comments,...
I Hi @MarcSkovMadsen * Re 1: you and @jbednar are on opposite sides for this one! Personally, I like an intro just short enough to read a title **for a...
@MarcSkovMadsen I had audio I could use: this version does not have a bird around 4:14 https://drive.protonmail.com/urls/SV5465BPMC#Ye4coiEhfEI7
Is this what you are asking for? ``` from bokeh.models import HoverTool # Syntax: $. are 'special fields': $x inserts the x-coordinate # @. are fields from the color data...
would be nice if different nodes could get different offseta
I hacked the code to add a parameter nexec: ``` for _ in range(nexec-1): subprocess.run([tex_program, tex_filename], cwd=working_dir) check_output([tex_program, tex_filename], cwd=working_dir) check_output(["pdf2svg", pdf_path, svg_path], cwd=working_dir) ``` the example above requires nexec=4
it triggered on `pywinpty` during execution of `pip install -e .[all]` Installing rust and rerunning the command succeeds with windows. On linux, I had rust installed to begin with. No...