You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/references/personas.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ toc_max_heading_level: 3
6
6
7
7
# Personas
8
8
9
-
There are a variety of people which may interact with Nebari deployments. Below is a list of personas intended to cover most people who interact with Nebari.
9
+
A variety of people interact with Nebari deployments. The personas below represent the core user groups we support, guiding platform development and UX improvements.
@@ -18,13 +18,13 @@ There are a variety of people which may interact with Nebari deployments. Below
18
18
* Often collaborate with teammates, share notebooks, or publish results.
19
19
* Focused on analysis and experimentation , not infrastructure.
20
20
21
-
### π Key Workflows
21
+
### π Key Workflows
22
22
23
23
* Explore and analyze data using notebooks.
24
24
* Share notebooks / results / dashboards with teammates.
25
25
* Use cloud resources when local compute isnβt enough.
26
26
27
-
### π€ Pain Points
27
+
### π€ Pain Points
28
28
29
29
* Struggle to set up the right environment (package conflicts, inconsistent installs).
30
30
* Installing libraries on institutional machines is often restricted.
@@ -33,7 +33,7 @@ There are a variety of people which may interact with Nebari deployments. Below
33
33
* Difficult to reproduce results across machines/environments.
34
34
* Limited tools for debugging crashes, package errors or environment issues.
35
35
36
-
Aside from internal discussions, these pain pints are derived from the following sources:
36
+
Aside from internal discussions, these pain points are derived from the following sources:
37
37
*[Deploying JupyterHub at your institution \- discuss \- Jupyter Community Forum](https://discourse.jupyter.org/t/deploying-jupyterhub-at-your-institution/723)
38
38
*[What's Wrong with Computational Notebooks? Pain Points, Needs, and Design Opportunities](https://austinhenley.com/pubs/Chattopadhyay2020CHI_NotebookPainpoints.pdf)
39
39
*[Old tools, new tricks: Improving the computational notebook experience for data scientists \- Microsoft Research](https://www.microsoft.com/en-us/research/blog/old-tools-new-tricks-improving-the-computational-notebook-experience-for-data-scientists/)
@@ -57,14 +57,14 @@ There are a variety of people which may interact with Nebari deployments. Below
57
57
* May not have deep technical knowledge.
58
58
* Focused on keeping the platform running smoothly and securely for End Users.
59
59
60
-
### π Key Workflows
60
+
### π Key Workflows
61
61
62
62
* Onboard new users, manage roles and permissions.
63
63
* Monitor system usage, resource consumption and user activity.
64
64
* Enforce data access, security and compliance policies.
65
65
* Manage costs and track resource use.
66
66
67
-
### π€ Pain Points
67
+
### π€ Pain Points
68
68
69
69
* Managing users manually.
70
70
* Integrating existing identity auth systems (OAuth, SSO etc.).
@@ -91,15 +91,15 @@ There are a variety of people which may interact with Nebari deployments. Below
91
91
* May be part of a central IT/infra team or external maintainers.
92
92
* Focused on reliability, scaling, security and maintenance.
93
93
94
-
### π Key Workflows
94
+
### π Key Workflows
95
95
96
96
* Deploy and configure the platform.
97
97
* Set up authentication, storage and compute resources.
98
98
* Manage upgrades, scaling, backups and system monitoring.
99
99
* Troubleshoot issues with platform stability or user environments.
100
100
* Implement security policies and ensure compliance.
101
101
102
-
### π€ Pain Points
102
+
### π€ Pain Points
103
103
104
104
* Deployment is complex \- there are many moving parts and a steep learning curve.
105
105
* Updates can break things, need testing and staging.
0 commit comments