How to set env variable in Jupyter notebook
I’ve a problem that Jupyter can’t see env variable in bashrc file, is there a way to load these variables in jupyter or add custome variable to it?
I’ve a problem that Jupyter can’t see env variable in bashrc file, is there a way to load these variables in jupyter or add custome variable to it?
I’m using Jupyter Lab and I’m having trouble to add conda environment. The idea is to launch Jupyter Lab from my base environment, and then to be able to choose my other conda envs as kernels.
I have installed Jupyter on Windows 10, Python 3.x via
How can I prevent a specific plot to be shown in Jupyter notebook? I have several plots in a notebook but I want a subset of them to be saved to a file and not shown on the notebook as this slows considerably.
My first time trying to install something from GitHub, but couldn’t find a simple solution after searching here and on google.
I’ve recently moved over to using IPython notebooks as part of my workflow. However, I’ve not been successful in finding a way to import .py files into the individual cells of an open IPython notebook so that they can edited, run and then saved. Can this be done?
I’d like to work with Jupyter notebooks, but have had difficulty doing basic imports (such as import matplotlib). I think this was because I have several user-managed python installations. For instance:
I am using jupyter notebook with Python3 on windows 10. My computer has 8GB RAM and at least 4GB of my RAM is free.
In one of the cells in my notebook, I already plotted something with
Is there a way to have IPython automatically reload all changed code? Either before each line is executed in the shell or failing that when it is specifically requested to. I’m doing a lot of exploratory programming using IPython and SciPy and it’s quite a pain to have to manually reload each module whenever I … Read more