-
[As recommended](https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html) I added
```
%load_ext autoreload
%autoreload 2
```
to my notebook and now, indeed, the modules are au…
sam-s updated
4 years ago
-
When running `ember serve --docs` I thought the docs page would have an auto-reload which it didn't. Would be a timesaver to have it.
-
As of right now, `options(shiny.autoreload = TRUE)` doesn't work with golem
-
Windows 10 pro. python 3.6. anaconda 2.1.1
Ran the steps (github readme) from the powershell prompt on anaconda. Was missing meson so I pip3'd it separately.
Opened the notebook in VS Code with…
-
Hi, i would like to ask for an advice. I am developing a Tornado Application and i would like
to have a server autoreload like for a WSGI Apps. One way is to use `tornado.wsgi.WSGIAdapter`
but may be…
-
### Version
1.1.0
### Reproduction link
https://...
### Operating System
Ubuntu Linux
### Device
Desktop
### Browser & Version
Chrome
### Steps to reproduce
1. install dependencies
2 npm r…
-
-
Hello, first of all thanks for this amazing package, that in a way or another is always installed in my projects :)
I've a little pain point with shell_plus, which I like to use with IPython.
An a…
-
This code from the notebook gives errors.
# %load_ext autoreload
# %autoreload 2
import gradio as gr
import numpy as np
import torch
import requests
import random
import os
import sys
impo…
-
Thanks for the fantastic work.
It's very likely that I'm just not good enough in searching issues here/missing the correct keywords so apologies if that's the case in advance.
The one feature th…
naefl updated
6 months ago