Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 iPython 笔记本 Web 界面中运行修改后的 remote_api_shell.py,以便对 Python 有基本了解的非技术用户可以只读访问我们的生产数据库。
有没有人设置过这样的东西,最好的方法是什么?
iPython Notebook 在 中有配置文件目录~/.ipython,其中有一个startupPython 脚本目录,可用于自定义sys.path和登录凭据remote_api_shell.py。
~/.ipython
startup
sys.path
remote_api_shell.py