About 132,000 results
Open links in new tab
  1. How to use Jupyter notebooks in a conda environment?

    This happens because jupyter notebook searches for jupyter-notebook, finds /usr/bin/jupyter-notebook and calls it starting a new Python process. The shebang in /usr/bin/jupyter-notebook …

  2. python - What is the right way to debug in iPython notebook?

    Sep 5, 2015 · A native debugger is being made available as an extension to JupyterLab. Released a few weeks ago, this can be installed by getting the relevant extension, as well as …

  3. python - What is the difference between Jupyter Notebook and …

    Jun 22, 2018 · Jupyter Notebook is a web-based interactive computational environment for creating Jupyter notebook documents. It supports several languages like Python (IPython), …

  4. jupyter notebook - What does the term: Python -m mean? - Stack …

    Jul 22, 2019 · If you want to follow the advice of that answer, you need to go to an command line, and type in, literally python -m notebook. The first word is the program to run, the -m and …

  5. python - Why do people prefer jupyter notebook over IDE like VS …

    I use Jupyter to build parts of a more complex app. I first put small pieces of code into a cell, and see the output directly. When I'm satisfied, I put this code inside a function, and write a …

  6. Importing custom module into jupyter notebook - Stack Overflow

    Aug 8, 2017 · However, if you don't want to use my_project like a package, but rather just as a collection of modules, then there is no need to have setup.py or __init__.py in this folder. In …

  7. python - Run a Jupyter notebook directly online (without …

    Feb 11, 2020 · When finding an interesting Python Jupyter Notebook, such as 02.00-Introduction-to-NumPy.ipynb, I usally have to: download it locally; open a shell in the same folder (tip: use …

  8. python - importing functions from another jupyter notebook

    May 29, 2018 · Something I've done to import functions into a Jupyter notebook has been to write the functions in a separate Python .py file then use the magic command %run in the notebook. …

  9. How do I convert a IPython Notebook into a Python file via …

    Jun 13, 2013 · Below is the example Jupyter notebook and output from both tools. 1. Use nbconvert. The nbconvert is tool that is used in Jupyter Notebook User Interface in Download …

  10. python - How do I import scikit-learn in a jupyter notebook?

    Sep 17, 2019 · If that didn't work, check the system paths in jupyter notebook: import sys sys.path and the system executable: sys.executable These must correspond to the python in your …

Refresh