pytkr
pytkr
> Welcome. Is `Session Settings Dialog - SSH - Authentication - Execute command after authentication` what you need? Thanks for your reply! I tried to config `Execute command after authentication`...
> > However, when windTerm restarts, `ip a` shows in the console unexecuted, unless I press `enter` in this session. > > You need to add `\n` at the end...
Hi! I successfully installed ijavascript as this: ``` conda update -c conda-forge nodejs conda activate base npm config set python "C:\Python27\python.exe" (**open cmd as administrator**) npm install --global --production windows-build-tools...
Can Quicklook be called when these files are hovered?
> @pytkr do you have some minimal example to reproduce the issue. > A binder would be nice, but otherwise, a link to an example ipynb showing the behaviour would...
> besides, when you say zooming in and out you mean with Command+ / Command- , right ? (or Control+ / Control-); > > if not please explicit how you...
> otherwise I did try to reproduce; I only have the dev version if rise at hand (5.6.0.dev4 specifically) and could not see this happening; I can't scroll down though,...
> otherwise I did try to reproduce; I only have the dev version if rise at hand (5.6.0.dev4 specifically) and could not see this happening; I can't scroll down though,...
### **SOLVED** Add ``` if (cell.cell_type === 'code') { var text = cell.get_text(); cell.set_text(text); } ``` after this line `cell.metadata.hide_input = ! cell.metadata.hide_input;` of function **toggle_selected_input** in file jupyter\nbextensions\hide_input\main.js.
> hey > > thanks for the investigation and for letting us know of your outcome > > I take it that you have filed a PR with hide_input then...