Srinivas Gorur-Shandilya

Results 39 comments of Srinivas Gorur-Shandilya

@bryevdv thank you! how does the python callback set something that triggers a `CustomJS`? i'm happy with a clunky solution if it works!

perhaps related error: just adding `@typechecked` to any class method breaks autoreload: ``` [autoreload of MYCLASS failed: Traceback (most recent call last): File "/Users/srinivas/opt/anaconda3/lib/python3.8/site-packages/IPython/extensions/autoreload.py", line 245, in check superreload(m, reload,...

what's worse, it PERMANENTLY breaks autoreload. no new changes are ever seen. the only way to fix this is to restart the kernel

did some further digging -- this also breaks autoreload with functions, but entirely silently! if you decorate a function with `@typechecked`, then autoreload will fail, but with no warning or...

hi @Stewori fair enough, i will do so and report back. thank you!

hi @Stewori i looked at typeguard's `@typechecked` and it has the same behavior which breaks autoreload. sounds like this is an autoreload issue -- i'll see if I can take...

thanks @oceanumeric ! that's great -- where do i put the extra.css file?

thank you so much! i'll try this out!

@oceanumeric thank you so much for your help. i used your suggestions and i have something that looks like this now: (that's the input code cell, collapsed). is there some...

@oceanumeric thank you! this is what i'm using (copied from your code): ```css .jp-CodeCell > .jp-Cell-inputWrapper { direction: rtl; width:100%; } .jp-InputArea-prompt { visibility: hidden; } .jp-OutputArea-prompt { visibility: hidden;...