ibm-granite-community / pm

Granite Community Project Management
0 stars 0 forks source link

Document setup of local jupyter notebooks #87

Closed adampingel closed 1 week ago

fayvor commented 4 weeks ago

@adampingel can you assign this to me? Also maybe give me write permissions in the pm repo?

fayvor commented 4 weeks ago

PR up for review.

fayvor commented 3 weeks ago

Looks like the PR was closed. Recreating...

deanwampler commented 3 weeks ago

I recommend pip-installing jupyterlab rather than notebook, because you get a nicer experience. You can run one server (jupyter lab) and then navigate to any of the notebooks you want.

https://jupyter.org/install

fayvor commented 3 weeks ago

@deanwampler I agree that jupyterlab is nice, but I'd like to provide an easy command-line instruction.

If I pip install jupyterlab (rather than pip install notebook) and try to open a notebook, I get this:

(.venv) fayvor@MacBook-Pro test % jupyter notebook Text_to_Shell.ipynb
...
Jupyter command `jupyter-notebook` not found.

Does this work for you? If not, do you know the command for opening a notebook from the command line with jupyterlab?

fayvor commented 3 weeks ago

Resubmitted the PR.

fayvor commented 3 weeks ago

@deanwampler I think I'll just tack on a section for jupyterlab at the end of the notebook.

deanwampler commented 1 week ago

Done