jupyter-notebook

Error loading Jupyter Notebook Extensions

≡放荡痞女 提交于 2021-01-21 01:38:53
问题 I am using a Macbook with OS Sierra, and running Python 3.6.1 and Jupyter Notebook Server 5.0.0 I installed Jupyter Notebook extensions, following the instructions as mentioned on https://github.com/ipython-contrib/jupyter_contrib_nbextensions While the notebooks work fine on my system, I cannot view the nbextensions tab. The following is the error log I see on running jupyter notebook in terminal. I have seen some related problems posted here on SO, but they seem to be about installing

Error loading Jupyter Notebook Extensions

寵の児 提交于 2021-01-21 01:38:38
问题 I am using a Macbook with OS Sierra, and running Python 3.6.1 and Jupyter Notebook Server 5.0.0 I installed Jupyter Notebook extensions, following the instructions as mentioned on https://github.com/ipython-contrib/jupyter_contrib_nbextensions While the notebooks work fine on my system, I cannot view the nbextensions tab. The following is the error log I see on running jupyter notebook in terminal. I have seen some related problems posted here on SO, but they seem to be about installing

IPython and Jupyter autocomplete not working

混江龙づ霸主 提交于 2021-01-21 00:45:42
问题 I am very new to this and I have no idea why the autocomplete is not working. I tried modifying the ipython config file, installed readline, but still nothing. Help! 回答1: A possible reason a user may believe that autocomplete is not working may be that autocomplete is just taking too long . Circa 2020-11-27 this is particularly true for Pandas when operating with jedi in a Jupiter notebook environment. The issue can be solved by using the following magic which deactivates jedi %config

IPython and Jupyter autocomplete not working

老子叫甜甜 提交于 2021-01-21 00:39:17
问题 I am very new to this and I have no idea why the autocomplete is not working. I tried modifying the ipython config file, installed readline, but still nothing. Help! 回答1: A possible reason a user may believe that autocomplete is not working may be that autocomplete is just taking too long . Circa 2020-11-27 this is particularly true for Pandas when operating with jedi in a Jupiter notebook environment. The issue can be solved by using the following magic which deactivates jedi %config

How to install sagemath kernel in Jupyter

感情迁移 提交于 2021-01-20 14:34:11
问题 I could use Python Kernel with Jupyter. I am looking for a way to use sagemath inside Jupyter.I couldnt see a way for installing it. How to do that? 回答1: You are going about it backwards; Sage includes the Jupyter notebook inside of it, and you can use it with that kernel that way. (As well as others.) Use $ sage --notebook ipython I believe. See also here. (I think there are also some people who have had success redirecting their Jupyter to "see" the Sage kernel by editing some file or

In Jupyter notebook: !which python and sys.executable return different paths

我与影子孤独终老i 提交于 2021-01-20 09:53:26
问题 Issue as in title. I am trying to get Jupyter notebooks running python remotely on my work computer (far better resources than my personal machine). I think the issue may be originating from how something in the environment is set up (Linux), but I have been troubleshooting for over a day now and could really do with some help. I am using a virtual environment, and had some issues with getting it to use the jupyter executable in my virtual environment. I have now resolved this. I have

In Jupyter notebook: !which python and sys.executable return different paths

旧城冷巷雨未停 提交于 2021-01-20 09:53:23
问题 Issue as in title. I am trying to get Jupyter notebooks running python remotely on my work computer (far better resources than my personal machine). I think the issue may be originating from how something in the environment is set up (Linux), but I have been troubleshooting for over a day now and could really do with some help. I am using a virtual environment, and had some issues with getting it to use the jupyter executable in my virtual environment. I have now resolved this. I have

In Jupyter notebook: !which python and sys.executable return different paths

心不动则不痛 提交于 2021-01-20 09:52:33
问题 Issue as in title. I am trying to get Jupyter notebooks running python remotely on my work computer (far better resources than my personal machine). I think the issue may be originating from how something in the environment is set up (Linux), but I have been troubleshooting for over a day now and could really do with some help. I am using a virtual environment, and had some issues with getting it to use the jupyter executable in my virtual environment. I have now resolved this. I have

How to connect R conda env to jupyter notebook

谁说我不能喝 提交于 2021-01-20 08:17:05
问题 I am creating conda environment using following code conda create --prefix r_venv_conda r=3.3 r-essentials r-base --y Then I am activating this env by following conda activate r_venv_conda/ Then I tried to run Jupyter Notebook (by running jupyter notebook to run jupyter hoping that will connect R env. However, I am getting following error Traceback (most recent call last): File "/home/Documents/project/r_venv_conda/bin/jupyter-notebook", line 7, in <module> from notebook.notebookapp import

How to connect R conda env to jupyter notebook

我们两清 提交于 2021-01-20 08:14:36
问题 I am creating conda environment using following code conda create --prefix r_venv_conda r=3.3 r-essentials r-base --y Then I am activating this env by following conda activate r_venv_conda/ Then I tried to run Jupyter Notebook (by running jupyter notebook to run jupyter hoping that will connect R env. However, I am getting following error Traceback (most recent call last): File "/home/Documents/project/r_venv_conda/bin/jupyter-notebook", line 7, in <module> from notebook.notebookapp import